Play the sound using un*x pipe(for Mac OS X)
Just make; make install Installation directory is /usr/local/bin (see Makefile)
- play white noise
cat /dev/random | audiopipe -r 44100
- one liner synthesizer: http://countercomplex.blogspot.jp/2011/10/algorithmic-symphonies-from-one-line-of.html
perl -e 'for(;;$t++){print pack("C",$t*((($t>>12)|($t>>8))&(63&($t>>4))));}' | audiopipe
Utility to display bitmap generated by any processes' output.
perl -e 'for(;;$t++){print pack("C",$t*((($t>>12)|($t>>8))&(63&($t>>4))));}' | audiopipe -o | videopipe
Type 'f' key to toggle full screen mode.
Apache License, Version 2.0