C and JS interface, untested
This commit is contained in:
12
src/model.h
Normal file
12
src/model.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "genericModel.h"
|
||||
|
||||
class Model : public GenericModel {
|
||||
bool checkModel(const std::string& path);
|
||||
public:
|
||||
VoskModel* model{};
|
||||
Model(const std::string &url, const std::string& storepath, const std::string& id, int index);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user