|
From: Roger I. <ri...@em...> - 2012-12-04 02:46:21
|
Dear SoX users, I am trying to convert a raw file to ms-adpcm wav file. I accidently pushed off on my sandisk player / fm radio / recorder. All that was saved apparently was the data. I download Sox and installed it. I put the raw file in the same directory as SoX. The command I type in is: sox -t -raw -V4 -b 4 -c 1 -r 8000 -e ms-adpcm vorc005 vorc006.wav From the verbose which comes out it says there are 2635380 samples and durations is 00:54.14.42 which sould be about right. Howver then it gives me an error message and only outputs a 90 byte vorc006.wav file with 0 data bytes and 0 samples. The error message is sox FAIL sox: \'vorc005\' this handler does not support this data size: Unsupported data format Any idea on what I\'m doing wrong? Thanks for any advice or help you may be able to give Sincerely, Roger |