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

Function formatAudioStreamSource

src/gui/NetworkDiagnosticsDialog.cpp:2308–2314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2306}
2307
2308static QString formatAudioStreamSource(const QStringList& sliceLabels)
2309{
2310 if (sliceLabels.isEmpty()) {
2311 return "Speaker mix (no unmuted slices)";
2312 }
2313 return QString("Speaker mix: %1").arg(formatSliceMix(sliceLabels));
2314}
2315
2316static QString formatAudioStreamFormat(quint16 pcc)
2317{

Callers 1

updateAudioStreamTableFunction · 0.85

Calls 2

formatSliceMixFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected