Skip to content

Commit

Permalink
transport(output): fix non-audio frames sync after audio frames
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Dec 12, 2024
1 parent 2de0737 commit db7eaed
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 @@ -17,6 +17,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 db7eaed

Please sign in to comment.