BASS_CONFIG_DSD_GAIN config option

The default gain applied when converting to PCM.

BASS_SetConfig(
    BASS_CONFIG_DSD_GAIN,
    DWORD gain
);

Parameters

gainThe gain in decibels.

Remarks

This setting determines what gain is applied by default when converting to PCM. Changes only affect subsequently created streams, not any that already exist. An existing stream's gain can be changed via the BASS_ATTRIB_DSD_GAIN attribute.

The default setting is 6dB.

See also

BASS_DSD_StreamCreateFile, BASS_ATTRIB_DSD_GAIN

BASS_GetConfig, BASS_SetConfig