About open source, education and random other Stuff
Converting Audio files to G.722 for use with Asterisk
Note to myself:
How to convert random audio files to G.722 with Asterisk
First convert the input file to a 16kHz mono signed linear wave file:
sox input.foo -r 16000 -c 1 -t sw output.sln16
and in the Asterisk CLI:
file convert /path/to/input.sln16 /path/to/output.g722
| Print article | This entry was posted by Felix Kaechele on July 24, 2010 at 7:33 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |