Solo squelch break focus lock/tweak

This commit is contained in:
Charles J. Cliffe
2016-08-12 22:58:33 -04:00
parent 6ea2b5b8e8
commit 2bbae7209f
3 changed files with 32 additions and 8 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ void SpectrumVisualProcessor::process() {
}
if (!resampler || resampleBw != lastBandwidth || lastInputBandwidth != iqData->sampleRate) {
float As = 120.0f;
float As = 480.0;
if (resampler) {
msresamp_crcf_destroy(resampler);