vote up 0 vote down star

I tried this: sox -u -r 11.025k -b 8 -c 1 infile.wav outfile.wav

but the sound is garbled and unrecognizable when I play it. Help?

flag

1 Answer

vote up 1 vote down

Try this:

sox -t wav infile.wav -r 11025 -b 8 -c 1 outfile.wav

The way you put it, the parameters get applied to infile.wav, not to outfile.wav.

link|flag
i finally got it. Thanks a lot! – ccc Jan 28 at 18:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.