This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
Watch
1
Star
0
Fork
You've already forked freeswitch
0
Code
Issues
Projects
Releases
Wiki
Activity
4af7e7c68d
freeswitch
/
libs
/
libcodec2
/
script
/
wav2raw.sh
4 lines
75 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# Converts wave files to raw (headerless) files
sox
$1
-t raw
$2
Reference in New Issue
View Git Blame
Copy Permalink