balducien | 9 years ago | on: Writing a JPEG Decoder in Rust – Part 2: Implementation I
balducien's comments
balducien | 10 years ago | on: 'Music' from /dev/urandom
Another solution: [1]
cat /dev/urandom | hexdump -v -e '/1 "%u\n"' | awk '{ split("0,2,4,5,7,9,11,12",a,","); for (i = 0; i < 1; i+= 0.0001) printf("%08X\n", 100*sin(1382*exp((a[$1 % 8]/12)*log(2))*i)) }' | xxd -r -p | sox -traw -r44100 -b16 -e unsigned-integer - -tcoreaudio
1: https://www.reddit.com/r/programming/comments/48xf6k/bash_on...
page 1
After fixing it, it apparently runs in 100 ms.