From 8594401024023d92e7382d7dba948b1f980a8333 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 7 Apr 2026 09:41:37 -0400 Subject: [PATCH] Add changelog for PR #4251 --- changelog/4251.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4251.added.md diff --git a/changelog/4251.added.md b/changelog/4251.added.md new file mode 100644 index 000000000..cb54078ac --- /dev/null +++ b/changelog/4251.added.md @@ -0,0 +1 @@ +- Added `MistralTTSService` for streaming text-to-speech using Mistral's Voxtral TTS API (`voxtral-mini-tts-2603`). Supports SSE-based audio streaming with automatic resampling from the API's native 24kHz to any requested sample rate. Requires the `mistral` optional extra (`pip install pipecat-ai[mistral]`).