#1 Burning Software

It is currently Thu Dec 19, 2024 8:03 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: StarBurnX & Delphi 2007
PostPosted: Wed Jan 02, 2008 7:23 am 
Offline

Joined: Sun Sep 18, 2005 10:31 am
Posts: 5
Hi.

Trying a new wrapper.
Can't figure out the problem with AudioBurner, maybe you can help?

Script (working fine, but StarBurnX is not initialized):
procedure TForm1.FormShow(Sender: TObject);
begin
AudioBurner1.AddFile('c:\1.mp3');
end;


Script (StarBurnX is initialized):
procedure TForm1.FormShow(Sender: TObject);
begin
StarBurnX1.Initialize('');
AudioBurner1.AddFile('c:\1.mp3');
end;


Adding of track (last sample) takes a very long time, progress stops on 84% and application freezes.

Any ideas?

Thanks!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 08, 2008 9:22 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Adding MP3s is always slow as we need to decode complete file to get it length (no exact length stored inside header unlike with WMA or OGG or whatever). So no fix or workaround here :(

However of course it should not stuck at any place :) Would you please give a try to console AudioCompressor sample to decode this particular MP3 to WAV and catch the debug log from StarWave component (run StarBurn.reg and take StarWave.log from C:\\ root). And send it back to us to support@rocketdivision.com. We'll be happy to help :)

Thank you!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 08, 2008 1:52 pm 
Offline

Joined: Sun Sep 18, 2005 10:31 am
Posts: 5
Anton, I'm talking about StarBurnX, not StarBurn.
There are no Delphi samples with StarBurnX.

Also in the first sample decode time is 2-3 seconds.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 11, 2008 3:08 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
StarBurnX and StarBurn log generation system work in the same way. So we need StarWave log to find out why the app get stuck. Or need MP3 and sample application to test here. Thanks!

johnnyb wrote:
Anton, I'm talking about StarBurnX, not StarBurn.
There are no Delphi samples with StarBurnX.

Also in the first sample decode time is 2-3 seconds.


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 39 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