design change

This commit is contained in:
msqr1
2024-01-31 10:40:05 -08:00
parent 4fc670f2b8
commit f7acda0006
14 changed files with 355 additions and 251 deletions

View File

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