You are not logged in.
Hi everyone,
I'm testing a script and a beep (or any sound would help in my debugging ) beep seem not to be installed by default.
is there any other command than can generate a sound from the CLI ? (a beep, playing a file, speaking trough TTS..)
Thanks..
Linux noob, plz be kind
Offline
Oh ! I found already one method !
spd-say "The text to be TTS"
Linux noob, plz be kind
Offline
For a simple beep try
printf '\a'
There's also aplay(1) & speaker-test(1) from the alsa-utils package for music files and random noise, respectively.
Brianna Ghey — Rest In Power
Offline
echo -e "\a"
It's as simple as that!
Last edited by sudo (2022-04-07 08:28:50)
Offline