lib/configuration.c, lib/uaudio-rtp.c: Allow tweaking MTU-discovery.
[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 "$@"