Add changelog for #4340
This commit is contained in:
1
changelog/4340.added.md
Normal file
1
changelog/4340.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `XAISTTService` for real-time speech-to-text using xAI's voice STT WebSocket API (`wss://api.x.ai/v1/stt`). Streams raw audio (PCM, µ-law, or A-law) and emits interim and final transcription frames driven by the server's `is_final` / `speech_final` flags. Settings expose `interim_results`, `endpointing`, `language`, `multichannel`, `channels`, and `diarize`. Requires the `xai` optional extra (`pip install "pipecat-ai[xai]"`).
|
||||
Reference in New Issue
Block a user