BASS_CONFIG_CD_SKIPERROR config option

Skip past errors?

BASS_SetConfig(
    BASS_CONFIG_CD_SKIPERROR,
    BOOL skip
);

Parameters

skipIf TRUE, reading will skip onto the next frame when a read error occurs, otherwise reading will stop.

Remarks

When skipping an error, it will be replaced with silence, so that the track length is unaffected. Before skipping past an error, BASSCD will first retry according to the BASS_CONFIG_CD_RETRY setting.

By default, this option is enabled.

See also

BASS_CONFIG_CD_RETRY

BASS_GetConfig, BASS_SetConfig