chiark / gitweb /
scripts/sedfiles.make, doc/disorder.cgi.8.in: Say where the file is.
[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 "$@"