fix: Changelog for Async AI bugfix

This commit is contained in:
Mark Backman
2025-08-14 09:13:03 -04:00
parent bc748cf9d0
commit 938dcb613d

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 an issue where `AsyncAITTSService` had very high latency in responding
by adding `force=true` when sending the flush command.
## [0.0.80] - 2025-08-13
### Added
@@ -69,8 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed AsyncAI WS TTS startup latency by sending `force=true`
- Fixed an issue with the `BaseWhisperSTTService` where the language was
specified as an enum and not a string.