vad: introduce VADParams so you can tweak things

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-17 13:01:43 -07:00
parent efa5a061d7
commit 537e72a05f
4 changed files with 29 additions and 21 deletions

View File

@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added initial interruptions support.
- Added `VADParams` so you can control voice confidence level and others.
### Fixed
- Fixed issues with Ctrl-C program termination.