PrimoBurner 3.0.8 has been released
This is a copy of the release notes:
New
- TFS-1690: Add GetSystemErrorDomain to IAudioCD, IDataDisc, IDiscCopy and IBlockDevice interfaces
- TFS-1656: Mac: DiscCopy.qt sample – update the code in BurnerException.h to use GetErrorMessage methods to display appropriate error descriptions.
- TFS-1654: Extend IAudioCD to allow audio ripping in WAV, WMA and OGG using the new PrimoAudio writer plug-ins.
- TFS-1649: IAudioCD – ability to set index 1 (pregap) for the first track (allows creation of hidden track)
- TFS-1619: Windows: DataBurnerCmd and DataReaderCmd samples added
Fixed
-
TFS-1387: Report errors in IAudioCD when WriteToCD fails to read the input audio file
-
Runtime Dependencies
Linux
- libhal
- libdbus
-
libspeexdsp
-
Deprecated Classes
IAudioFileRef
– replaced by theIAudioInputRef
class.IAudioFileListRef
– replaced by theIAudioInputListRef
class.-
EAudioSource
– replaced by theEAudioStorage
enum. -
Deprecated Methods
Library
CreateAudioFile
– Please use theCreateAudioInput
method.
IAudioCD
GetFileLength
– Please use theGetInputLength
method.GetAudioFilesRef
– Please use theGetAudioInputsRef
method.GetErrorFileRef
– Please use theGetErrorInputRef
method.
IAudioInput (was IAudioFile)
SetAudioSource
– Please use theSetStorageType
method.-
GetAudioSource
– Please use theGetStorageType
method. -
Deprecated Enum Values
EAudioCDStatus
AUDIOCD_STATUS_INITIALIZING_AUDIO_DECODER
– not used anymore.
EAudioCDError
AUDIOCD_NO_SOURCE_FILES
– Please use theAUDIOCD_NO_INPUT
value.AUDIOCD_SOURCE_FILE_ERROR
– Please use theAUDIOCD_INPUT_ERROR
value.