On Mon, Apr 08, 2002 at 12:38:37PM +0530, Shridhar Daithankar wrote:
   > 
   > While searching for some tools, I came across this..
   > 
   > http://www.patoche.org/LTT/sound/00000122.html.
   > 
   > It being small, I paste it here verbose..
   > --------------------------------------------------------
   > > Does anyone know of a MP3 to WAV converter?  
   > 
   > I use mpg123 (there's a debianized package) with sox. The command line is
   > the following: 
   > 
   > #!/bin/bash
   > # mp32wav
   >  mpg123 -b 10000 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2"  
   > 
   > And the use is:  mp32wav file.mp3 file.wav
   > --------------------------------------------------------
   > 
I was using this method and found it be time consuming. What I found to
be the fastest conversion (timewise) method is:

  Run xmms
  In the Preferences -> Audio I/o Plugins -> MPEG Layer ...
    Set the Output Plugin as Diskwriter
  Play the mp3 file.
  You get a wav file in your home directory. It just flies.

Regards,
  
-- 
Sridhar M.A.                                mas at uomphysics dot net

Air pollution is really making us pay through the nose.

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Sponsored by http://www.ThinkGeek.com/

Reply via email to