Posted on - January 13, 2005 [at] 4:58 pm by Brad
Tagged in - asides
Email Signup
Get the latest Brad Sucks updates:
Blog
The Sound of Data – Piping data into an audio player in Linux. The sounds are way cooler than loading non-audio files into trackers I used to do.
Comments are closed on this post.
1 Comments on this post
alex_n on The Sound of Data
January 14, 2005 at 8:27 pm
Or you can skip the player and pipe it straight to your dsp, like so:
cat /dev/urandom > /dev/dsp
or if you wanna know what your mouse sounds like, you can try /dev/psaux, or wherever your mouse is (/dev/input/mouse0 here). Keep those fingers on ctrl+c :^)