Improve Async TTS interruption handling by using AudioContextTTSService class and add changelog fragments

This commit is contained in:
Ashot
2026-01-07 15:55:35 +04:00
parent 9cdbc56be3
commit 5ae592f38e
4 changed files with 5 additions and 126 deletions

View File

@@ -6,15 +6,6 @@ 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).
<!-- towncrier release notes start -->
## [Unreleased]
### Changed
- Enhanced interruption handling in `AsyncAITTSService` by supporting multi-context WebSocket sessions for more robust context management.
### Fixed
- Corrected TTFB metric calculation in `AsyncAIHttpTTSService`.
## [0.0.99] - 2026-01-13