chiark
/
gitweb
/
~mdw
/
disorder
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Make all search results visible.
[disorder]
/
clients
/
dump2wav
Commit
Line
Data
e9b635a3
RK
1
#! /bin/bash
2
#
3
# Usage: dump2wav DUMPFILE [sox format options] OUTPUT
4
#
5
exec sox -r 44100 -s -w -c 2 "$@"