Many thanks for the reply.

Well, padsize is listed as a track option, so it seems that I'll
have to burn the disc "manually", ie.,

> cdrecord -multi -padsize=15x60x75s audiofile1

The -multi to ensure that I can add the next file; the -padsize
to add the 15 seconds after audiofile1

After audiofile2, I'd command

> cdrecord -multi -padsize=30x60x75s audiofile3

Does this make sense so far?

Regards,

Bill.

=+-> The 'padsize=' option looks like a better bet.
=+-> 
=+-> "To pad the equivalent of 20 minutes on
=+-> a CD, you may write padsize=20x60x75s."
=+-> 
=+-> So you might try padsize=30x75s (the s refers to sectors, not seconds.)
=+-> 
=+-> The manual says this needs to be specified for each track though.
=+-> 
=+-> The pad option seems to just increase the file by only a little until
=+-> the total size is a multiple of 2352 bytes. CD audio is 16bits per
=+-> channel at 44KHz, which works out to 176000 bytes per second, so 2352
=+-> bytes is approximately bugger all ;)
=+-> 
=+->            
=+-> 
=+-> -- 
=+-> Felix Sheldon <[EMAIL PROTECTED]>
=+-> 
=+-> -- 
=+-> SLUG - Sydney Linux User's Group - http://slug.org.au/
=+-> More Info: http://lists.slug.org.au/listinfo/slug
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to