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

Function formatWaterfallCompressionCommand

src/core/KiwiSdrProtocol.cpp:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657QString formatWaterfallCompressionCommand(bool compressed)
658{
659 return QStringLiteral("SET wf_comp=%1").arg(compressed ? 1 : 0);
660}
661
662FrameObservation classifySoundFrame(const QByteArray& frame)
663{

Callers 2

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68