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

7 lines
147 B
Bash
Executable File

#!/bin/sh
# Plays a raw file
# usage:
# playraw file.raw
# playraw file.raw -d /dev/dsp1 (e.g. for USB headphones)
play -r 8000 -s -2 $1 $2 $3