mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 13:48:37 -04:00
Tx ph.1: new AM modulator plugin (3). Implemented actual modulation code.
This commit is contained in:
@@ -278,7 +278,7 @@ void AMModGUI::applySettings()
|
||||
m_amMod->configure(m_amMod->getInputMessageQueue(),
|
||||
m_rfBW[ui->rfBW->value()],
|
||||
ui->afBW->value() * 1000.0,
|
||||
ui->modPercent->value(),
|
||||
ui->modPercent->value() / 100.0f,
|
||||
ui->audioMute->isChecked());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user