BaseOutputTransport: don't block event loop during image resize

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-23 18:28:56 -07:00
parent 456db3710a
commit 4db5b18694
2 changed files with 25 additions and 11 deletions

View File

@@ -127,6 +127,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `DailyTransport` issue that would cause images needing resize to block
the event loop.
- Fixed an issue with `ElevenLabsTTSService` where changing the model or voice
while the service is running wasn't working.