Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ samplesEqual
Function
samplesEqual
tests/tx_mic_channel_normalizer_test.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
bool samplesEqual(const QByteArray& bytes, const std::vector<int16_t>& expected)
72
{
73
return int16Samples(bytes) == expected;
74
}
75
76
float blockRms(const QByteArray& stereo)
77
{
Callers
5
testMono24kDuplicates
Function · 0.85
testStereoLeftOnly24kKeepsFullLevel
Function · 0.85
testStereoRightOnly24kKeepsFullLevel
Function · 0.85
testStereoEqualChannelsNotBoosted
Function · 0.85
testStereoBalancedDifferentChannelsAverages
Function · 0.85
Calls
1
int16Samples
Function · 0.85
Tested by
no test coverage detected