From 938dcb613d174d5045b86bafe51147e522f98ea3 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 14 Aug 2025 09:13:03 -0400 Subject: [PATCH] fix: Changelog for Async AI bugfix --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.