From nobody Sat Oct 29 18:11:36 2022 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4N06tv4SlWz4gTJD for ; Sat, 29 Oct 2022 18:11:51 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4N06tt3MRPz3D5Q; Sat, 29 Oct 2022 18:11:50 +0000 (UTC) (envelope-from hps@selasky.org) Received: from [10.36.2.68] (unknown [178.232.223.95]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 8BFC32600D1; Sat, 29 Oct 2022 20:11:41 +0200 (CEST) Message-ID: <10ff4875-c6bd-88a0-bf0d-7ae52106131e@selasky.org> Date: Sat, 29 Oct 2022 20:11:36 +0200 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: morse(6) sound To: Nuno Teixeira Cc: Diane Bruce , FreeBSD CURRENT References: <106b05da-be44-ef6f-e2c8-0888ee71ed88@selasky.org> Content-Language: en-US From: Hans Petter Selasky In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4N06tt3MRPz3D5Q X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 2a01:4f8:c17:6c4b::2 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-3.04 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.74)[-0.745]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net:c]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; TO_DN_ALL(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[selasky.org]; RCPT_COUNT_THREE(0.00)[3]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 10/29/22 17:44, Nuno Teixeira wrote: > Hello Hans, > > A few days ago I tried beep and it remembered me about morse sound only > available to speaker and not to dsp. > > So, are you saying that morse could be changed to have dsp sound like beep? > > Thanks, > Technically you could symlink the two - yes. --HPS > > > > Hans Petter Selasky escreveu no dia sábado, 29/10/2022 > à(s) 16:33: > >> On 10/29/22 15:36, Nuno Teixeira wrote: >>> Hello, >>> >>> unixcw is what I was looking for. >>> I think I will include it in some scripts just for fun :) >>> >>> I've started with base morse because it was nice if it can be updated to >>> play on dsp too. >>> >>> And yes, `cw -w 60 < /etc/passwd` it's really cool. >>> >> >> You may want to look at beep(1). Maybe the two could be integrated. >> >> --HPS >> >> >