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

Method setSpeechProcessorEnable

src/models/TransmitModel.cpp:536–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void TransmitModel::setSpeechProcessorEnable(bool on)
537{
538 // Pcap confirmed: SmartSDR uses speech_processor_enable (not compander).
539 // Optimistic update: radio does not echo speech_processor_enable in
540 // incremental status — only in the initial full dump on connect.
541 m_speechProcEnable = on;
542 emit micStateChanged();
543 emit commandReady(QString("transmit set speech_processor_enable=%1").arg(on ? 1 : 0));
544}
545
546void TransmitModel::setSpeechProcessorLevel(int level)
547{

Callers 4

cmdSetFuncMethod · 0.80
registerMidiParamsMethod · 0.80
buildPhonePanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected