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

Function main

tests/client_deess_test.cpp:309–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307} // namespace
308
309int main()
310{
311 std::printf("ClientDeEss test harness @ %.0f Hz, %d-frame blocks\n\n",
312 kSampleRate, kBlockSize);
313
314 testBypass();
315 testLowFreqPassthrough();
316 testSibilantAttenuated();
317 testAmountClamp();
318 testFrequencySteering();
319 testTransientSanity();
320 testReset();
321
322 std::printf("\n%s (%d failure%s)\n",
323 g_failed == 0 ? "ALL PASS" : "FAILED",
324 g_failed, g_failed == 1 ? "" : "s");
325 return g_failed == 0 ? 0 : 1;
326}

Callers

nothing calls this directly

Calls 7

testLowFreqPassthroughFunction · 0.85
testSibilantAttenuatedFunction · 0.85
testAmountClampFunction · 0.85
testFrequencySteeringFunction · 0.85
testBypassFunction · 0.70
testTransientSanityFunction · 0.70
testResetFunction · 0.70

Tested by

no test coverage detected