Fix await issue. But it doesn't work tho.
This commit is contained in:
@@ -5,9 +5,9 @@ struct model : genericModel {
|
||||
bool checkModelFiles();
|
||||
VoskModel* mdl{};
|
||||
model(const std::string& storepath, const std::string& id, int index);
|
||||
bool checkModel();
|
||||
void checkModel();
|
||||
void afterFetch();
|
||||
void load(bool newThrd);
|
||||
void load(bool newTask);
|
||||
~model();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user