Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ setMicAcc
Method
setMicAcc
src/models/TransmitModel.cpp:531–534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
}
530
531
void TransmitModel::setMicAcc(bool on)
532
{
533
emit commandReady(QString(
"mic acc %1"
).arg(on ? 1 : 0));
534
}
535
536
void TransmitModel::setSpeechProcessorEnable(bool on)
537
{
Callers
1
buildPhonePanel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected