Add VAD examples using ALSA for recording (#739)

This commit is contained in:
Fangjun Kuang
2024-04-08 16:41:01 +08:00
committed by GitHub
parent a5f8fbc83f
commit 6fb8ceda57
17 changed files with 601 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ from _sherpa_onnx import (
VadModel,
VadModelConfig,
VoiceActivityDetector,
write_wave,
)
from .keyword_spotter import KeywordSpotter