Convert WAV file to Asterisk playable format

From Kolmisoft Wiki
Revision as of 11:27, 15 July 2008 by Mindaugas (talk | contribs) (New page: If '''file1.wav''' is any WAV file, then executing this command: /usr/bin/sox file1.wav -r 8000 -c 1 -s -w file2.wav resample -ql you will get Asterisk playable WAV file: '''file2.wav''...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If file1.wav is any WAV file, then executing this command:

/usr/bin/sox file1.wav -r 8000 -c 1 -s -w file2.wav resample -ql

you will get Asterisk playable WAV file: file2.wav