From: Chris B. <ch...@cn...> - 2007-06-20 01:43:41
|
MP3 is encumbered with patents and we can not distributed binaries. Your best bet is to download an command line MP3 player; such as mpg123, mpg321, or madplay. I think you'll have a higher chance of finding these binaries or at the least they are easier to compile yourself. Then you can use this in conjunction with SoX. Something along the lines of: madplay --output=wav:- filename.mp3 | sox -t wav - outputfile.wav Exact commandline will vary between programs. Chris On Thu, Jun 14, 2007 at 10:09:38PM -0500, Joshua D. Curry wrote: > I know this has been asked before, and I have searched the Internet high and > low, but is there a binary distribution of sox with mp3 support for Win32 or > Ubuntu? I would also settle for a version of sox that can handle m4a files. > > Basically, I have some lectures that I want to listen to on my ipod and I > would like to speed them up during playback. I know that I can do this with > the m4b format (audiobook, same as m4a format, just bookmarked) but I can > only increase the speed by 20% with this method. I'd like to be able to > increase the speed to more like 1.5 times as fast and I know that sox can do > this, but sox cannot do this with mp3. > > Any help? > > Thanks! > |