chiark / gitweb /
mention current URL in 2.0->3.0 upgrade notes. A bit late but if
[disorder] / clients / dump2wav
1 #! /bin/bash
2 #
3 # Usage: dump2wav DUMPFILE [sox format options] OUTPUT
4 #
5 exec sox -r 44100 -s -w -c 2 "$@"