mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
Working codec2 support
This commit is contained in:
3
libs/libcodec2/script/wav2raw.sh
Executable file
3
libs/libcodec2/script/wav2raw.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Converts wave files to raw (headerless) files
|
||||
sox $1 -t raw $2
|
Reference in New Issue
Block a user