BASS_CONFIG_CD_READ config option

Number of frames to read at a time from a CD.

BASS_SetConfig(
    BASS_CONFIG_CD_READ,
    DWORD frames
);

Parameters

framesNumber of frames to read at a time.

Remarks

The default is to read from CDs in 16 frame blocks. Some drives may perform better with a different number of frames. Changes only affect subsequently created CD streams, not any that already exist.

See also

BASS_GetConfig, BASS_SetConfig