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

Method generateWisdom

src/core/AudioEngine.cpp:5171–5180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5169}
5170
5171SpectralNR::WisdomResult AudioEngine::generateWisdom(
5172 SpectralNR::WisdomProgressCb progress,
5173 SpectralNR::WisdomCancelCb shouldCancel)
5174{
5175 const auto result = SpectralNR::generateWisdom(wisdomDir().toStdString(),
5176 std::move(progress),
5177 std::move(shouldCancel));
5178 logNr2WisdomGenerationSummary(result);
5179 return result;
5180}
5181
5182void AudioEngine::setNr2Enabled(bool on)
5183{

Callers

nothing calls this directly

Calls 3

wisdomDirFunction · 0.85
moveFunction · 0.85

Tested by

no test coverage detected