Hi,
I'm implementing CD-Audio burning based on the AudioBurner sample. Everything works correctly for .WAV files but I'm getting the following errors when I try and burn MP3 files. The MP3 file is not encrypted BTW.
Any thoughts here?
Thanks,
Jerry.
Code:
StarBurn:StarBurn_IsAudioFileSupported(): ENTERed for 'R:\data\My Music\U2\06-Miss Sarajevo.mp3', probing for supported uncompressed...
StarWave_WaveFileHeaderVerify(): m__ULONG__Riff == 0x3334449 instead of 0x46464952, status 87 ( 0x57 )
StarWave_UncompressedFileSupportedIs(): StarWave_WaveFileHeaderVerify( 0x031EFB00 ) failed, status 87 ( 0x57 )
StarBurn:StarBurn_IsAudioFileSupported(): WARNING! Unrecognized as supported uncompressed, status 87 ( 0x57 ), probing for supported compressed...
CStarWave_SyncFileReader::CleanUp(): Just released sync reader and data buffer
CStarWave_SyncFileReader::CleanUp(): Just closed WAV file handle
CStarWave_SyncFileReader::CleanUp(): Just released OGG buffer
CStarWave_SyncFileReader::CleanUp(): Just cleared all OGG related stuff
StarWave_WaveFileHeaderVerify(): m__ULONG__Riff == 0x3334449 instead of 0x46464952, status 87 ( 0x57 )
StarWave_UncompressedFileSupportedIs(): StarWave_WaveFileHeaderVerify( 0x031EF9C4 ) failed, status 87 ( 0x57 )
CStarWave_SyncFileReader::Open(): LoadLibraryA( 'vorbisfile.dll' ) failed, status 126 ( 0x7e )
CStarWave_ReadOnlyFileStream::QueryInterface(): RIID recognition failed, status 1168 ( 0x490 ) or -2147467262 ( 0x80004002 )
CStarWave_ReadOnlyFileStream::QueryInterface(): <<< *** EXITing with failure, status 1168 ( 0x490 )
CStarWave_ReadOnlyFileStream::Seek(): WARNING! IsBadWritePtr( 0x00000000, 8 ) failed, reporting output position skipped
First-chance exception at 0x086d7232 in Riffster.exe: 0xC0000005: Access violation writing location 0x00000000.
CStarWave_ReadOnlyFileStream::Seek(): WARNING! IsBadWritePtr( 0x00000000, 8 ) failed, reporting output position skipped
First-chance exception at 0x086d7232 in Riffster.exe: 0xC0000005: Access violation writing location 0x00000000.