vad: use exponential smoothing to avoid sudden changes

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-17 13:11:53 -07:00
parent f2cefeeedc
commit a5d246ec0c
3 changed files with 17 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `VADParams` so you can control voice confidence level and others.
- `VADAnalyzer` now uses an exponential smoothing to avoid sudden changes.
### Fixed
- Fixed issues with Ctrl-C program termination.