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

Method saveCompSettings

src/gui/ClientCompEditor.cpp:285–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void ClientCompEditor::saveCompSettings() const
286{
287 if (!m_audio) return;
288 if (m_side == Side::Rx) m_audio->saveClientCompRxSettings();
289 else m_audio->saveClientCompSettings();
290}
291
292void ClientCompEditor::showForTx()
293{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected