running SuSE 10.1
could anyone recommend a sound format converter - i want to convert mp3 to wav to burn CD's
running SuSE 10.1
could anyone recommend a sound format converter - i want to convert mp3 to wav to burn CD's
In xmms select output module to be "lib_disk_writer" and configure it to where you want the Wav files placed.
Or with the pressence of mpg321/mpg123 use a simple script like thisCode:#!/bin/sh files=`ls *.mp3` for f in $files ; do w=`echo $f | sed 's/.mp3/.wav/g'` mpg321 -w $w $f done
Don't worry Ma'am. We're university students, - We know what We're doing.
'Ruiat coelum, fiat voluntas tua.'Datalogi - en livsstil; Intet liv, ingen stil.
Bookmarks