a promising run

This commit is contained in:
msqr1
2024-01-28 22:05:58 -08:00
parent 8796f35445
commit c34d3f8974
20 changed files with 6317 additions and 167 deletions

View File

@@ -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();
};