chiark / gitweb /
Apply the remains of Ross's patch to build on Ubuntu 8.10.
[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 "$@"