17 lines
350 B
C++
17 lines
350 B
C++
// 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_
|