On Tue, 23 Nov 2004 20:42:35 +0100
Anders Lind disseminated the following:

> another question, is there a software to convert MP3 to wav

urpmi lame

then add these lines to your .bashrc (all one line for each, of course):

function mp3ren() { for i in *.mp3; do mv "$i" `echo $i | tr ' ' '_'`;done; }

function mp3dec() { for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav;
done; }

Run 'bash'.

In the dir with your MP3's, do:

mp3ren (removes spaces in the filenames, etc.)

then

mp3dec

-- 
JoeHill / RLU #282046 / www.freeyourmachine.org
16:38:09 up 2 days, 7:47, 7 users, load average: 0.41, 0.19, 0.09
+++++++++++++++++++++++++++
"Either you repeat the same conventional doctrines everybody is saying, or else
you say something true, and it will sound like it's from Neptune." -- Noam
Chomsky

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to