BASS_CONFIG_NOSOUND_MAXDELAY config option

The maximum delay allowed by the "No Sound" device.

BASS_SetConfig(
    BASS_CONFIG_NOSOUND_MAXDELAY,
    DWORD maxdelay
);

Parameters

maxdelayThe maximum delay in milliseconds.

Remarks

Unlike real device output, the "No Sound" device output is not buffered, so the BASS_CONFIG_DEV_BUFFER setting does not apply. This setting applies instead, and determines how late output updates can get before they start being dropped. So long as the delay is within the specified amount, the device will attempt to fully catch up by processing updates more quickly.

The default setting is 100ms. Changes take immediate effect.

See also

BASS_GetConfig, BASS_GetInfo, BASS_Init, BASS_SetConfig, BASS_ATTRIB_BUFFER, BASS_CONFIG_DEV_PERIOD