a promising run
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
#include "genericModel.h"
|
||||
|
||||
struct model : genericModel {
|
||||
bool checkModel();
|
||||
bool checkModelFiles();
|
||||
VoskModel* mdl{};
|
||||
model(const std::string &url, const std::string& storepath, const std::string& id);
|
||||
model(const std::string& storepath, const std::string& id);
|
||||
bool checkModelId();
|
||||
bool afterFetch(int addr, size_t size);
|
||||
~model();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user