Forrest logo
back to the beep tool

beep:ai:6a068

in fedora i need to send a beep to a bluetooth speaker using the beep command
$ beep -f 440 -l 1000 | paplay --rate 8000 --format u8 --channels 1 --raw /dev/stdin
try on your machine

Send a beep at 440 Hz for 1000 milliseconds to a bluetooth speaker connected via PulseAudio

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • in fedora i need to send a beep to a bluetooth speaker using the beep command?
back to the beep tool