Posted on - January 13, 2005 [at] 4:58 pm by Brad
Tagged in - asides
NOW PLAYING
- Out of It (preview) 0:00
I'm working on a new album! Check it here.
Email Signup
Get the latest Brad Sucks updates:
Upcoming Shows
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.
Leave a Reply
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>









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 :^)