Add VAD examples using ALSA for recording (#739)

This commit is contained in:
Fangjun Kuang
2024-04-08 16:41:01 +08:00
committed by GitHub
parent a5f8fbc83f
commit 6fb8ceda57
17 changed files with 601 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
// sherpa-onnx/python/csrc/wave-writer.h
//
// Copyright (c) 2024 Xiaomi Corporation
#ifndef SHERPA_ONNX_PYTHON_CSRC_WAVE_WRITER_H_
#define SHERPA_ONNX_PYTHON_CSRC_WAVE_WRITER_H_
#include "sherpa-onnx/python/csrc/sherpa-onnx.h"
namespace sherpa_onnx {
void PybindWaveWriter(py::module *m);
}
#endif // SHERPA_ONNX_PYTHON_CSRC_WAVE_WRITER_H_