Add a C++ example to show streaming VAD + non-streaming ASR. (#420)

This commit is contained in:
Fangjun Kuang
2023-11-11 22:54:27 +08:00
committed by GitHub
parent 3c1ea990b1
commit 68f0e59688
5 changed files with 208 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ class BuildExtension(build_ext):
binaries += ["sherpa-onnx-offline-websocket-server"]
binaries += ["sherpa-onnx-online-websocket-client"]
binaries += ["sherpa-onnx-vad-microphone"]
binaries += ["sherpa-onnx-vad-microphone-offline-asr"]
binaries += ["sherpa-onnx-offline-tts"]
if is_windows():