4 ms·
how geeks sounds.. i think this is pretty cool.. maybe you can also add the sound of bits moving around ;-)
by shmuelix 14y ago
how geeks sounds..
i think this is pretty cool.. maybe you can also add the sound of bits moving around ;-)
- valceder 14y agohmmm... how would I make the sound of bits moving around... would probably end up sounding like rain!
- ConstantineXVI 14y agocat /dev/random > /dev/dsp Not necessarily the most pleasant sound. [Linux only AFAIK]
- philsnow 14y agoFor this exercise, /dev/urandom might be better; reading /dev/random will block after the system's entropy pool is exhausted, right?
- ConstantineXVI 14y agoI'd consider it unlikely most reasonably sane people would actually want to pump random data out their speakers for any significant amount of time.