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 to manoeuvre the file into the desired format with this: mpg321 -s foo.mp3 | sox -V -t raw -w -r 44100 -s -c 2 - -w foo.wav but I'd like to know whether this resampling problem with sox is a bug or not. -- Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]