Update FsmnVad.h

This commit is contained in:
zhuzizyf 2023-04-22 14:55:58 +08:00 committed by GitHub
parent 4f8bce944e
commit e5e677f28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ public:
float vad_speech_noise_thres);
std::vector<std::vector<int>> infer(const std::vector<float> &waves);
void Reset();
private: