freeswitch/libs/libcodec2/script/raw2wav.sh

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