Add changelog for PR #4251

This commit is contained in:
Mark Backman
2026-04-07 09:41:37 -04:00
parent aa7a014518
commit 8594401024

1
changelog/4251.added.md Normal file
View File

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