On Fri, 14 Sep 2001, Eric Van Buggenhaut wrote: > I'm unable to find out why this command actuall doesn't work : > > mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \ > audio/01_Birdland.wav > > The idea is basically to convert a .mp3 to a .wav > > Has anyone a hint ?
you don't need sox for that. mpg123 audio/01_Birdland.mp3 -w audio/01_Birdland.wav works just fine for me ;-) -- wouter dot verhelst at advalvas dot be "Human knowledge belongs to the world" -- From the movie "Antitrust" rm -rf /bin/laden