No, it did not recognize the track and thinks it's data track. That's why it cannot add audio track after data track. Please write down what OS do you have and send us both StarBurn.log and StarWave.log (see FAQ how to get them). Or download and install
www.rocketdivision.com/downloads/wmfdist.exe (this is Windows Media SDK Redistributable binaries).
kent242 wrote:
Hi,
I played with samples that comes with SDK and found interesting thing that I can't understand whether it a feature or a bug. I tried to create audio cd with two tracks with mp3 files as a source (both mp3 files are 44100, 16, stereo - native cdda format). After caching files I got an error
(from StarBurn.log):
StarBurn:StarBurn_IsAudioFileSupported(): ENTERed for 'E:\!MUSIC\20 CHRISTMAS CRACKERS\TRACK03.MP3', probing for supported uncompressed...
StarBurn:StarBurn_IsAudioFileSupported(): WARNING! Unrecognized as supported uncompressed, status 87 ( 0x57 ), probing for supported compressed...
StarBurn:StarBurn_IsAudioFileSupported(): EXITing with success, recognized as supported compressed
StarBurn:StarBurn_IsAudioFileSupported(): ENTERed for 'E:\!MUSIC\20 CHRISTMAS CRACKERS\TRACK04.MP3', probing for supported uncompressed...
StarBurn:StarBurn_IsAudioFileSupported(): WARNING! Unrecognized as supported uncompressed, status 87 ( 0x57 ), probing for supported compressed...
StarBurn:StarBurn_IsAudioFileSupported(): EXITing with failure, unrecognized as supported compressed, status -1072886846 ( 0xc00d0bc2 )
StarBurn:StarBurn_CdvdBurnerGrabber_DiscAtOnceRawPWFromFile(): Audio track is present already, invalid mixed mode or multisession is not supported yet!!!
As I understand starburn refused to add second track for some reason. But the most interesting thing that if I try to create audio cd with only one track (using 2nd file 'TRACK04.MP3' as a source) it burns ok. So it understands file format.
I've tested this with two precompiled examples - AudioBurner from C++Builder samples and console DiscAtOnceFromFile.
thx in advance.