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

Function formatSoundCompressionCommand

src/core/KiwiSdrProtocol.cpp:652–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652QString formatSoundCompressionCommand(bool compressed)
653{
654 return QStringLiteral("SET compression=%1").arg(compressed ? 1 : 0);
655}
656
657QString formatWaterfallCompressionCommand(bool compressed)
658{

Callers 2

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68