transports(daily): always check size of read audio frames

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-24 14:56:24 -07:00
parent 0b6a19802f
commit 94823ab952
4 changed files with 17 additions and 11 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to **pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed a Daily transport blocking situation that occurred while reading audio
frames after a participant left the room. Needs daily-python >= 0.10.1.
## [0.0.32] - 2024-06-22
### Added