Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
652
QString formatSoundCompressionCommand(bool compressed)
653
{
654
return QStringLiteral(
"SET compression=%1"
).arg(compressed ? 1 : 0);
655
}
656
657
QString formatWaterfallCompressionCommand(bool compressed)
658
{
Callers
2
sendSoundSetupCommands
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68