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).