chiark / gitweb /
Abolish playrtp's "readahead" variable (and associated -b option).
[disorder] / clients / dump2wav
CommitLineData
e9b635a3
RK
1#! /bin/bash
2#
3# Usage: dump2wav DUMPFILE [sox format options] OUTPUT
4#
5exec sox -r 44100 -s -w -c 2 "$@"