Prototyping 3 Mar 2013
Revision as of 10:13, 4 March 2013 by Michael Murtaugh (talk | contribs)
Bash thyself!
Useful things:
- BASH counting loops
- BASH math substitution
- sprintf for filenames
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