mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
Bugfix + added meteor demodulator
This commit is contained in:
@ -146,6 +146,7 @@ private:
|
||||
bw = bandWidth;
|
||||
_vfo->setBandwidth(bw);
|
||||
demod.setDeviation(bw / 2.0f);
|
||||
setAudioSampleRate(audioSampRate);
|
||||
}
|
||||
|
||||
void setSnapInterval(float snapInt) {
|
||||
|
Reference in New Issue
Block a user