464 B
464 B
- Added
XAITTSServicefor streaming text-to-speech using xAI's WebSocket TTS endpoint (wss://api.x.ai/v1/tts). Streamstext.deltachunks up and base64audio.deltachunks down on the same connection so audio begins flowing before the full utterance finishes synthesizing; complements the batch-HTTPXAIHttpTTSService. Defaults to raw PCM output soTTSAudioRawFrameneeds no decoding. Thexaioptional extra now pulls inpipecat-ai[websockets-base].