The default sample rate conversion quality.
BASS_SetConfig( BASS_CONFIG_SRC, 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. |
When an SSE supporting CPU is present (also ARM on macOS), the default setting is 2, otherwise it is 1.