mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
Working codec2 support
This commit is contained in:
6
libs/libcodec2/script/playraw.sh
Executable file
6
libs/libcodec2/script/playraw.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
Reference in New Issue
Block a user