🔧(agents) make Silero VAD optional

Allow configuring whether a VAD model runs before calling an external ASR API.
Running VAD can save API calls (and costs) when no audible sound is detected,
but comes with the trade-off of additional computational overhead.
This commit is contained in:
lebaudantoine
2026-01-08 17:50:12 +01:00
committed by aleb_the_flash
parent 137a2c7f6f
commit 35b3bcad63
3 changed files with 7 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to
### Added
- ✨(summary) add dutch and german languages
- 🔧(agents) make Silero VAD optional
### Changed