mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Working codec2 support
This commit is contained in:
3
libs/libcodec2/script/raw2wav.sh
Executable file
3
libs/libcodec2/script/raw2wav.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Converts 16 bit signed short 8 kHz raw (headerless) files to wave
|
||||
sox -r 8000 -s -2 $1 $2
|
Reference in New Issue
Block a user