services: fix STTService and WhisperSTTService

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-14 18:45:40 -07:00
parent bd5344c892
commit 6247b9df39
3 changed files with 80 additions and 43 deletions

View File

@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `VADAnalyzer` arguments have been renamed for more clarity.
### Fixed
- Fixed `STTService`. Add `max_silence_secs` and `max_buffer_secs` to handle
better what's being passed to the STT service. Also add exponential smoothing
to the RMS.
- Fixed `WhisperSTTService`. Add `no_speech_prob` to avoid garbage output text.
## [0.0.12] - 2024-05-14
### Added