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