need to burn an audio CD

Tyler Aviss tjaviss-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Fri Oct 30 14:49:03 UTC 2009


On Thu, Oct 29, 2009 at 11:33 PM, Michael Lauzon <mlauzon-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org> wrote:
> On Fri, Oct 30, 2009 at 2:29 AM, Thomas Milne
> <tbrucemilne-TcoXwbchSccMMYnvST3LeUB+6BGkLq7r at public.gmane.org> wrote:
>> That's kind of a hammer to kill an ant ;)
>>
>> Turns out this is all I really need:
>>
>> 1.
>>
>> mkdir wav
>> for file in *.mp3 ; do
>>   lame --decode "$file" "wav/$file.wav"
>> done
>>
>> 2.
>>
>> cd wav
>> {
>>  echo "CD_DA"
>>  for file in *.wav ; do
>>    echo "TRACK AUDIO"
>>    echo "FILE \"$file\" 0"
>>  done
>> } > toc
>>
>>
>> 3.
>>
>> cdrdao write --speed 8 toc
>>
>> --
>> TBM
>> --
>>
>
> I was trying to make it easy for you, you asked for something, and I
> provided an answer.
>
>
> --
Actually, that would have been my answer too. For all the annoyances
that some KDE apps give me, K3b is awesome for pretty much anything
involving burning.

-- 
Tyler Aviss
Systems Support
LPIC/LPIC-2
(778) 890-0942
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list