From the command line you can convert any sound file to ulaw using sox
sox -V example.wav -r 8000 -c 1 -t ul -w example.ulaw
You can also convert from windows wav files to asterisk wav files
sox foo-in.wav -r 8000 -c 1 -s -w foo-out.wav resample -ql
From the command line you can convert any sound file to ulaw using sox
sox -V example.wav -r 8000 -c 1 -t ul -w example.ulaw
You can also convert from windows wav files to asterisk wav files
sox foo-in.wav -r 8000 -c 1 -s -w foo-out.wav resample -ql
Copyright © 2011 Fonality
Fonality and trixbox are trademarks of Fonality. Trademark Policy. Privacy Policy.
Asterisk is a trademark of Digium, Inc. Fonality and trixbox are not affiliated with, nor endorsed by Digium, Inc.