freeswitch/libs/libcodec2/script/raw2wav.sh
2010-09-21 12:35:41 -05:00

4 lines
102 B
Bash
Executable File

#!/bin/sh
# Converts 16 bit signed short 8 kHz raw (headerless) files to wave
sox -r 8000 -s -2 $1 $2