Skip to content

Commit

Permalink
Merge pull request #846 from pipecat-ai/aleix/base-output-transport-a…
Browse files Browse the repository at this point in the history
…udio-sync

transport(output): fix non-audio frames sync after audio frames
  • Loading branch information
aconchillo authored Dec 12, 2024
2 parents d8caf00 + db7eaed commit 10f854a
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 162 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `AWSTTSService` is now deprecated, use `PollyTTSService` instead.

### Fixed

- Fixed a `BaseOutputTransport` issue that was causing non-audio frames being
processed before the previous audio frames were played. This will allow, for
example, sending a frame `A` after a `TTSSpeakFrame` and the frame `A` will
only be pushed downstream after the audio generated from `TTSSpeakFrame` has
been spoken.

## [0.0.50] - 2024-12-11

### Added
Expand Down
Loading

0 comments on commit 10f854a

Please sign in to comment.