Prototyping 3 Mar 2013

From XPUB & Lens-Based wiki

http://vimeo.com/14969253

Bash thyself!

Using Python's argparse is great for making flexible command line tools.

A sample pipeline with gstspectrum

Final pipeline:

./gstspectrum input.wav | \
| ./selectmaxcolumn.py \
| ./sortranges.py \
| ./compact.py \
| ./editwithsox.py $1 \
| bash