The default sample rate conversion quality for sample channels.
BASS_SetConfig( BASS_CONFIG_SRC_SAMPLE, DWORD quality );
quality | The sample rate conversion quality... 0 = linear interpolation, 1 = 8 point sinc interpolation, 2 = 16 point sinc interpolation, 3 = 32 point sinc interpolation, 4 = 64 point sinc interpolation. Other values are also accepted. |
The default setting is 0 (linear interpolation).