Thursday, November 04, 2010

Always Processing

There's always good stuff to see from the processing crowd. http://www.openprocessing.org/

Data Visualization blog

http://flowingdata.com good site with some nice examples

Code Snippet: Convert to .caf

Snippet of the hour: an OSX terminal command to convert an audio file (wav, mp3, etc) into .caf format:
/usr/bin/afconvert -f caff -d LEI16 inputFilename outputFilename