From a1e680777661d92cbfa787b4c97b1b12523cd94b Mon Sep 17 00:00:00 2001 From: James Hush Date: Wed, 3 Dec 2025 14:41:46 +0100 Subject: [PATCH] docs: add changelog entry for pause_frame_processing parameter --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb849848..6fefa06f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added `pause_frame_processing` parameter to `CartesiaTTSService` to allow + disabling frame processing pausing during TTS generation. + - Added `wait_for_all` argument to the base `LLMService`. When enabled, this ensures all function calls complete before returning results to the LLM (i.e., before running a new inference with those results).