mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-14 16:11:47 -05:00
Fix for liquid-dsp v1.50 where msresamp_crcf_create() with mad As parameter somewhat creates crashes
This commit is contained in:
parent
8c23e370da
commit
0e3a785bd2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user