/dev/audio
I’ve spent the last half hour playing around with /dev/audio, the audio device in Linux. Because Linux is based on Unix, it treats some pretty complex things as normal files. The audio device is an example. You can write to it like any other file, but instead of storing the information on disk, it interprets each byte you send it as an amplitude (from 0x00 to 0xff, I guess).
Fun read, I can’t wait to play with /dev/audio. I wonder what a svg sounds like? Or a text file describing a chess game…
(Source: somethingemporium.com)


