Automatically reduce the read speed when a read error occurs?
BASS_SetConfig(
BASS_CONFIG_CD_AUTOSPEED,
BOOL autospd
);
| autospd | If TRUE, the read speed will be halved when a read error occurs, before retrying (if the BASS_CONFIG_CD_RETRY config setting allows). |
A BASS_SYNC_CD_SPEED sync can be set to be informed when the read speed has been automatically changed.