'Music' from /dev/urandom
11–20 of 58 posts
Re: 'Music' from /dev/urandom
#12You can also pipe it directly to pcspkr for a real wake-up call:
cat /dev/urandom > /dev/pcspkrRe: 'Music' from /dev/urandom
#13I hope everyone is turning off CSS before copy-pasting this command-line into their terminal :) http://thejh.net/misc/website-terminal-copy-paste
Re: 'Music' from /dev/urandom
#14Here is one with the blues scale. From time to time it grooves really nice. cat /dev/urandom | hexdump -v -e '/1 "%u\n"' | awk '{ split("0,3,5,6,7,10,12",a,","); for (i = 0; i
This sounds better than my version.
Incidentally, this little idea rocks. It's amazing what's buried down there in Unix command-line utilities.
Re: 'Music' from /dev/urandom
#15Earlier quoted context omitted.
This sounds better than my version.
It really does! At twice the sampling rate it's pretty interesting, too. Incidentally, this little idea rocks. It's amazing what's buried down there in Unix command-line utilities.
Re: 'Music' from /dev/urandom
#16Re: 'Music' from /dev/urandom
#17Re: 'Music' from /dev/urandom
#18Re: 'Music' from /dev/urandom
#19I was listening to Esbjron Svensson Trio, and then I tried this...my ears...
Re: 'Music' from /dev/urandom
#20Here is a recording created by someone on reddit: http://mirror.xwl.me/bash_music_aac.mp4 The above is close to what it should sound like. Here are the reddit comment threads, some of which contain instructions for OSX: https://www.reddit.com/r/programming/comments/48xf6k/bash_on... https://www.reddit.com/r/linux/comments/48xj46/bash_one_line... https://www.reddit.com/r/coding/comments/48zvn4/bash_one_lin... Someone…