Support using alsa to access the microphone with non-streaming ASR models (#517)

This commit is contained in:
Fangjun Kuang
2024-02-26 21:17:26 +08:00
committed by GitHub
parent fb04366179
commit 87a7030c08
4 changed files with 206 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ def get_binaries_to_install():
if enable_alsa():
binaries += ["sherpa-onnx-alsa"]
binaries += ["sherpa-onnx-alsa-offline"]
binaries += ["sherpa-onnx-offline-tts-play-alsa"]
binaries += ["sherpa-onnx-alsa-offline-speaker-identification"]