offline-stream.h 357 字节
// sherpa-onnx/python/csrc/offline-stream.h
//
// Copyright (c)  2023 by manyeyes

#ifndef SHERPA_ONNX_PYTHON_CSRC_OFFLINE_STREAM_H_
#define SHERPA_ONNX_PYTHON_CSRC_OFFLINE_STREAM_H_

#include "sherpa-onnx/python/csrc/sherpa-onnx.h"

namespace sherpa_onnx {

void PybindOfflineStream(py::module *m);

}

#endif  // SHERPA_ONNX_PYTHON_CSRC_OFFLINE_STREAM_H_