freeswitch/libs/libcodec2/script/wav2raw.sh

4 lines
75 B
Bash
Raw Normal View History

2010-09-21 13:35:41 -04:00
#!/bin/sh
# Converts wave files to raw (headerless) files
sox $1 -t raw $2