Remove single file deployment for streaming instantiation and smaller size.
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user