Remove single file deployment for streaming instantiation and smaller size.

This commit is contained in:
msqr1
2024-08-28 19:15:56 -07:00
parent 01068a2c6c
commit 0166c153bd
20 changed files with 87 additions and 86 deletions

View File

@@ -2,6 +2,7 @@
#include "Util.h"
#include <vosk_api.h>
struct CommonModel {
bool normalMdl;
int index;
@@ -12,5 +13,4 @@ struct CommonModel {
int findWord(std::string word);
CommonModel(int index, bool normalMdl, std::string storepath, std::string id, int tarStart, int tarSize);
~CommonModel();
};
};