Fixed an issue where BotStartedSpeakingFrame and BotStoppedSpeakingFrame

were not emitted when using `TavusVideoService` or `HeyGenVideoService`.
This commit is contained in:
Filipi Fuchter
2025-08-05 17:11:34 -03:00
parent 50083d1144
commit 64592b274b
6 changed files with 69 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where `BotStartedSpeakingFrame` and `BotStoppedSpeakingFrame`
were not emitted when using `TavusVideoService` or `HeyGenVideoService`.
- Fixed an issue in `LiveKitTransport` where empty `AudioRawFrame`s were pushed
down the pipeline. This resulted in warnings by the STT processor.
- Fixed `PiperTTSService` to send text as a JSON object in the request body,