DSP performance upgrades + bugfix

This commit is contained in:
Ryzerth
2021-03-29 21:53:43 +02:00
parent b72246d769
commit 27394a091f
29 changed files with 942 additions and 355 deletions

View File

@ -24,7 +24,8 @@ namespace sourecmenu {
else {
spdlog::warn("No source available...");
}
sigpath::sourceManager.setTuningOffset(core::configManager.conf["offset"]);
freqOffset = core::configManager.conf["offset"];
sigpath::sourceManager.setTuningOffset(freqOffset);
core::configManager.release();
}