transport: chunk longer audio frames

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-11 17:33:17 -07:00
parent 6323a77431
commit 7410fe1d1e
2 changed files with 28 additions and 19 deletions

View File

@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
except system frames like `StartFrame`, `CancelFrame` or
`StartInterruptionFrame`.
### Fixed
- Fixed an issue where `BaseOutputTransport` would send longer audio frames
preventing interruptions.
## [0.0.29] - 2024-06-07
### Added