switch to makefile instead, reuse threads

This commit is contained in:
msqr1
2024-02-03 22:19:17 -08:00
parent 076e9f65a2
commit 70b7d2c21b
13 changed files with 167 additions and 155 deletions

View File

@@ -6,7 +6,7 @@ struct model : genericModel {
VoskModel* mdl{};
model(const std::string& storepath, const std::string& id, int index);
bool checkModel();
void afterFetch(int addr, size_t size);
void afterFetch();
void load(bool newThrd);
~model();
};