MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setSpeechProcessorLevel

Method setSpeechProcessorLevel

src/models/TransmitModel.cpp:546–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546void TransmitModel::setSpeechProcessorLevel(int level)
547{
548 // NOR=0, DX=1, DX+=2 (pcap confirmed: speech_processor_level, not compander_level).
549 // Optimistic update: radio does not echo in incremental status.
550 level = qBound(0, level, 2);
551 m_speechProcLevel = level;
552 emit micStateChanged();
553 emit commandReady(QString("transmit set speech_processor_level=%1").arg(level));
554}
555
556void TransmitModel::setDax(bool on)
557{

Callers 2

cmdSetLevelMethod · 0.80
buildPhonePanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected