1
The Sound of RAM
I just read a crazy article and I wanted to try it. Here’s how you can enconde in ogg the sound of your machine’s RAM.
To listen it:
sudo cat /dev/mem >> /dev/audio
To record it:
sudo cat /dev/mem | oggenc -rq 1 -o mem.ogg -
Here’s mine
I used ogg2mp3 in portage for the transcoding.
Original aricle: mogrify » Blog Archive » 33 seconds of RAM



April 1st, 2007 at 21:58
Yours kinda stinks, I have nicer memory
Very cool tip, thanks