Re: Another sox question -- resampling.

2004-05-18 Thread Adam Funk
On Tuesday 18 May 2004 15:10, Adam Funk wrote: > I did this successfully earlier with > sox bar.mp3 -w -r 44100 bar.wav resample > where bar.mp3 had been sampled at 22050 Hz, so maybe the problem is > that the target rate is not a multiple of the source? > > How can I get around this? I managed

Re: Another sox question -- resampling.

2004-05-18 Thread nwerneck
Try to figure out a rate where it works. It helps undertanding the problem. Perhaps you must especify that you want a stereo wav... Or perhaps you can try to explicit the mp3's rate... On 180504, 13:48, Adam Funk wrote: > I've got an MP3 file that (for some reason) was sampled at 32000 Hz, an

Another sox question -- resampling.

2004-05-18 Thread Adam Funk
I've got an MP3 file that (for some reason) was sampled at 32000 Hz, and I'm trying to convert it into a WAVE file to use as a CD track. I've tried the following: sox foo.mp3 -w -r 44100 foo.wav sox foo.mp3 -w -r 44100 foo.wav resample sox foo.mp3 -w -r 44100 foo.wav polyphase mp32ogg foo.mp3