fix: add missing transcription callbacks to TavusVideoService

This commit is contained in:
Mark Backman
2025-08-02 09:21:55 -04:00
parent ee56d8572d
commit 4c1d2417ce
2 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with the `TavusVideoService` where an error was thrown due to
missing transcription callbacks.
- Fixed an issue in `LiveKitTransport` where empty `AudioRawFrame`s were pushed
down the pipeline. This resulted in warnings by the STT processor.