The default for use_libsamplerate is 1 which in turn selects linear interpolation for the resampling process. Unlike windowed sinc, linear interpolation cannot introduce any new clipping into the waveform. Therefore we should use a default of 1.0 for libsamplerate_scale. This will give the sound effects a bit of a volume boost compared to the previous default of 0.65, and Crispy should now have better volume matching with other ports.
The default for
use_libsamplerate
is 1 which in turn selects linear interpolation for the resampling process. Unlike windowed sinc, linear interpolation cannot introduce any new clipping into the waveform. Therefore we should use a default of 1.0 forlibsamplerate_scale
. This will give the sound effects a bit of a volume boost compared to the previous default of 0.65, and Crispy should now have better volume matching with other ports.Closes #1162.