|
From: Jie W. <jw...@am...> - 2010-03-09 22:45:52
|
Hi, All, I was trying to convert a OKI ADPCM audio file (http://www.nch.com.au/acm/sample.vox) using the following command: sox -t raw -r 8000 -c 1 -e oki-adpcm sample.vox test.wav It always gives me "sox FAIL formats: bad input format for file `sample.vox': data encoding was not specified" error. When I replace "-e oki-adpcm" with "-e u-law", there is no such error. But the wav file being generated is purely white noise. And that sample vox file can be imported raw in Audacity perfectly fine. Can anyone shed some light here? Thanks Jie Wu Software Developer |