游雁
2023-05-08 f115ffd1bd1f580f8740de6ec991954aeb2b9a4c
funasr/runtime/onnxruntime/src/e2e-vad.h
@@ -3,6 +3,8 @@
 * MIT License  (https://opensource.org/licenses/MIT)
*/
#pragma once
#include <utility>
#include <vector>
#include <string>
@@ -13,7 +15,7 @@
#include <numeric>
#include <cassert>
namespace funasr {
enum class VadStateMachine {
    kVadInStateStartPointNotDetected = 1,
    kVadInStateInSpeechSegment = 2,
@@ -779,5 +781,4 @@
};
} // namespace funasr