Answer the question
In order to leave comments, you need to log in
How to play a sound (melody, song) through the system speaker?
Worth a beep on Linux - how to play the sound of a sheep bleating through the system speaker?
Sheep bleating source file in mp3 format. It is stated that beep can reproduce frequencies ranging from 0 to 20,000 Hz. This script is written:
#!/bin/bash
array=( 496 1050 1055 1331 1320 1322 1323 1054 1056 1046 1039 1027 1020 502 )
for i in "${array[@]}"
do
beep -f $i -l 70
done
exit 0
Answer the question
In order to leave comments, you need to log in
modprobe snd_pcsp
In the settings, for example pulse, the output is (in the picture):
The sound is rotten.
Sound through speaker? As I remember, there the sound goes through the percent, and then in a very limited range.
And so at one time I calmly lost any beeps through the speaker on .net and delphi.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question