deepgram: handle error event and reconnect

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-18 09:39:13 -08:00
parent 0334550356
commit c926063d74
2 changed files with 33 additions and 4 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that would cause `DeepgramSTTService` to stop working after an
error occurred (e.g. sudden network loss). If the network recovered we would
not reconnect.
- Fixed a `STTMuteFilter` issue that would not mute user audio frames causing
transcriptions to be generated by the STT service.