updating_comments (#2191)

This commit is contained in:
Brumi-2021
2024-07-08 11:11:12 +02:00
committed by GitHub
parent 032168234a
commit 9ef58b7763
4 changed files with 7 additions and 12 deletions

View File

@@ -144,7 +144,7 @@ void MicTXProcessor::on_message(const Message* const msg) {
modulator->set_mode(dsp::modulate::Mode::DSB);
}
modulator->set_over(baseband_fs / 24000); // Keep no change.
modulator->set_over(baseband_fs / 24000); // "over" is calculated based on relationship fs_transceiver / fs_audio_mic_capture, to be used in dsp_modulate.cpp
am_enabled = config_message.am_enabled;
usb_enabled = config_message.usb_enabled;