diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3757920..c67321c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.