About open source, education and random other Stuff
Uncategorized
Converting Audio files to G.722 for use with Asterisk
Jul 24th
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
Driving to Stuttgart
Oct 6th
I’ll be driving to Stuttgart today. Just for fun I’ll test Google Latitude to publish my current location.