17 lines
409 B
C++
17 lines
409 B
C++
// sherpa-onnx/python/csrc/voice-activity-detector.h
|
|
//
|
|
// Copyright (c) 2023 Xiaomi Corporation
|
|
|
|
#ifndef SHERPA_ONNX_PYTHON_CSRC_VOICE_ACTIVITY_DETECTOR_H_
|
|
#define SHERPA_ONNX_PYTHON_CSRC_VOICE_ACTIVITY_DETECTOR_H_
|
|
|
|
#include "sherpa-onnx/python/csrc/sherpa-onnx.h"
|
|
|
|
namespace sherpa_onnx {
|
|
|
|
void PybindVoiceActivityDetector(py::module *m);
|
|
|
|
}
|
|
|
|
#endif // SHERPA_ONNX_PYTHON_CSRC_VOICE_ACTIVITY_DETECTOR_H_
|