switch to makefile instead, reuse threads
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user