diff --git a/plugins/channeltx/modm17/m17modsource.cpp b/plugins/channeltx/modm17/m17modsource.cpp index cc01fc702..80a7b4640 100644 --- a/plugins/channeltx/modm17/m17modsource.cpp +++ b/plugins/channeltx/modm17/m17modsource.cpp @@ -175,7 +175,7 @@ void M17ModSource::modulateSample() if (carrier) { calculateLevel(t); - t1 = m_lowpass.filter(t) * 1.2f; + t1 = m_lowpass.filter(t) * 1.5f; m_modPhasor += (m_settings.m_fmDeviation / (float) m_audioSampleRate) * t1;