Add Silero VAD (#313)
This commit is contained in:
16
sherpa-onnx/python/csrc/circular-buffer.h
Normal file
16
sherpa-onnx/python/csrc/circular-buffer.h
Normal file
@@ -0,0 +1,16 @@
|
||||
// sherpa-onnx/python/csrc/circular-buffer.h
|
||||
//
|
||||
// Copyright (c) 2023 Xiaomi Corporation
|
||||
|
||||
#ifndef SHERPA_ONNX_PYTHON_CSRC_CIRCULAR_BUFFER_H_
|
||||
#define SHERPA_ONNX_PYTHON_CSRC_CIRCULAR_BUFFER_H_
|
||||
|
||||
#include "sherpa-onnx/python/csrc/sherpa-onnx.h"
|
||||
|
||||
namespace sherpa_onnx {
|
||||
|
||||
void PybindCircularBuffer(py::module *m);
|
||||
|
||||
}
|
||||
|
||||
#endif // SHERPA_ONNX_PYTHON_CSRC_CIRCULAR_BUFFER_H_
|
||||
Reference in New Issue
Block a user