Support user provided data in tts callback. (#653)

This commit is contained in:
Fangjun Kuang
2024-03-09 18:15:03 +08:00
committed by GitHub
parent ac43c2d7b6
commit 3232dff2cf
3 changed files with 36 additions and 2 deletions

View File

@@ -43,5 +43,3 @@ void PybindAlsa(py::module *m) {
}
} // namespace sherpa_onnx
#endif // SHERPA_ONNX_PYTHON_CSRC_FAKED_ALSA_H_