Re: Freware Mp3 to Wav converter recomendations?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




----- Original Message ----
From: Daniel B. Thurman <dant@xxxxxxxxx>
To: Fedora-List (E-mail) <fedora-list@xxxxxxxxxx>
Sent: Wednesday, August 1, 2007 3:36:43 PM
Subject: Freware Mp3 to Wav converter recomendations?


Can anyone recommend a good freeware MP3 to Wav converter for Fedora?

Thanks.

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.0/929 - Release Date: 7/31/2007 5:26 PM
 

-- 

I can recommend mp32wav from 

http://wiki.linuxquestions.org/wiki/Audio_conversion

The requirements are that you have mpg123 and sox.  You can also use Mplayer with pcm output and convert each one individually or write your own script Like the one I use sometimes

#!/bin/bash
#
# mp32wav
# This script uses Mplayer
for i in *.mp3; do
    out=$(ls $i | sed -e 's/.mp3//g')
    mplayer -ao pcm "$i" -ao pcm:file="$out.wav"
done


Regards,

Antonio 





       
____________________________________________________________________________________
Sick sense of humor? Visit Yahoo! TV's 
Comedy with an Edge to see what's on, when. 
http://tv.yahoo.com/collections/222


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux