Rename, ready for a super big change about OPFS

This commit is contained in:
msqr1
2024-03-17 21:41:49 -07:00
parent ecab9aa5d5
commit 37e526cbc1
9 changed files with 210 additions and 82 deletions

View File

@@ -46,7 +46,7 @@ void recognizer:: finishConstruction(genericModel* model, genericModel* spkModel
}};
if(!model->recognizerUsedThrd) {
model->recognizerUsedThrd = true;
model->thrd.addTask(main);
model->thrd.addTask(main);
emscripten_console_log("Adding task to model thread...");
return;
}