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

One Response to “The Sound of RAM”

  1. numerodix Says:

    Yours kinda stinks, I have nicer memory :)

    Very cool tip, thanks :)

Leave a Reply