Merge pull request #2352 from pipecat-ai/filipi/webrtc_audio_frame

Implementing if the bot it is speaking or not based on the SpeechOutputAudioRawFrame
This commit is contained in:
Filipi da Silva Fuchter
2025-08-05 17:26:44 -03:00
committed by GitHub
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,