On Sat, Mar 29, 2003 at 09:43:23PM -0600, Erin Teachman wrote:
> Hey!
> 
> I am new to the list and semi-new to linux, so please pardon my ignorance
> if I am asking a stupid question.
 
no stupid questions, only stupid answers...


> I have been trying to burn a mix of songs onto a cd. I turned the songs into 
> wavs and then used xcdroast to burn the disc. The burn was successful and the 
> songs are recoverable from the disk (ie under Read Tracks in xcdroast I can 
> get the wav file back and it plays correctly), however I cannot get a CD 
> player to actually play the music from the disc, neither kscd nor my personal 
> CD player. I looked around at the audio CD HOWTOs out there but none of them 
> have an answer to this question. Has anyone experienced a similar problem and 
> can anyone help me out with this?

the easiest way to do this is simply use cdrecord(1)--it's what 95% of the
front-ends (like xcdroast, which last time i checked (er, wow, it's been
awhile--i think that was the first gui on the linux scene for burning > 4
years ago!) doesn't actually know how to burn a cd anyhow) do under the
hood.

        cdrecord song1.wav song2.wav ...

this will leave the standard 2-second gap between tracks, as most
track-at-once burning programs seem to do.  when i need to burn something
and control the gaps, i use cdrdao(1).  it's more complex tho--see the
man page.

as someone has already pointed out, there are gui's out there other than
xcdroast, check out http://www.freshmeat.net and look for burning software
if you have a few hours and a decent net connection =)

peace.

_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to