Fix for liquid-dsp v1.50 where msresamp_crcf_create() with mad As parameter somewhat creates crashes

This commit is contained in:
vsonnier 2023-01-11 21:09:31 +01:00
parent 8c23e370da
commit 0e3a785bd2
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ void SpectrumVisualProcessor::process() {
}
if (!resampler || resampleBw != lastBandwidth || lastInputBandwidth != iqData->sampleRate) {
float As = 480.0;
float As = 60.0;
if (resampler) {
msresamp_crcf_destroy(resampler);