#1 Burning Software

It is currently Thu Dec 19, 2024 7:23 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Progressive burning
PostPosted: Thu Jan 31, 2008 6:46 am 
Offline

Joined: Thu Jan 17, 2008 8:12 pm
Posts: 12
Hi,

We support a custom audio format in our software and sometimes we would like to allow to burn an Audio CD.

So, today, we convert each track and once done we burn all the tracks on the CD.

It is expensive in Hard Disc because we have up to 20 tracks of 7 MB = 140 Mb ! Yes, 140 Mb of hard disc is required today.

So, I would like to know if it is possible to do something like this, to progressively burn the tracks.

_audioBurner.Tracks.Clear();
_audioBurner.StartBurning();

foreach(Song song in songs)
{
CDA cda = ConvertToCDA(song);
_audioBurner.BurnFile(cda.Path);
File.Delete(cda.Path);
}

_audioBurner.EndBurning();

Thanks for your help


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 31, 2008 7:44 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Yes, it's possible but only with TAO when you process tracks one-by-one. With DAO & SAO you need to have all the content BEFORE burning (as wen need to compile and burn TOC in lead-in etc).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 32 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group