Merge pull request #2023 from pipecat-ai/mb/allow-interruptions-true

allow_interruptions=True
This commit is contained in:
Mark Backman
2025-06-19 10:24:53 -04:00
committed by GitHub
149 changed files with 198 additions and 213 deletions

View File

@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- The `PipelineParams` arg `allow_interruptions` now defaults to `True`.
- `TavusTransport` and `TavusVideoService` now send audio to Tavus using WebRTC
audio tracks instead of `app-messages` over WebSocket. This should improve the
overall audio quality.