01. #Linux users open your terminal.
02. Type the following bash command
for i in {100..1000..100}; do ffplay -f lavfi -i "sine=frequency=${i}:duration=0.1" -autoexit -nodisp -loglevel quiet; done
03. Enjoy!
01. #Linux users open your terminal.
02. Type the following bash command
for i in {100..1000..100}; do ffplay -f lavfi -i "sine=frequency=${i}:duration=0.1" -autoexit -nodisp -loglevel quiet; done
03. Enjoy!
@michael Life is either a daring adventure or nothing at all.
It's a robot mating call. You raised an army of horny bots.
@nixCraft For folks who use fish shell like me:
for i in (seq 100 100 1000); ffplay -f lavfi -i "sine=frequency=$i:duration=0.1" -autoexit -nodisp -loglevel quiet; end;
🎵🎶🎵🎶🎵🎶🎵🎶🎵🎶🎵🎶
@nixCraft That's the... first 10 harmonics of 100 Hz, I guess…
@nixCraft Dang it. A long time ago I gave a talk on the wonders of sox(1). I had a shell script that would use it to play happy birthday, but I can't find it now.
076萌SNS is a social network, courtesy of 076. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All 076萌SNS content and data are available under the Creative Commons Attribution 3.0 license.