Update NeuralAudio. Switch to NeuralModelLoader. Work around NAM Core prewarm issues.

This commit is contained in:
Mike Oliphant
2026-05-27 12:04:36 -07:00
parent 01642fa580
commit 4d4f613be9
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -71,6 +71,7 @@ namespace NAM {
LV2_Log_Logger logger = {};
LV2_Worker_Schedule* schedule = nullptr;
NeuralAudio::NeuralModelLoader loader;
NeuralAudio::NeuralModel* currentModel = nullptr;
std::string currentModelPath;
float prevDCInput = 0;