> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mayaresearch.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pipecat

> Using Maya as the TTS service in a Pipecat pipeline.

Pipecat is a framework for voice agents — it wires together speech-to-text, an
LLM, and text-to-speech into one pipeline with interruption handling.

The Maya integration is here:

<Card title="pipecat-ai/pipecat · PR #5222" icon="github" href="https://github.com/pipecat-ai/pipecat/pull/5222">
  The Maya TTS service for Pipecat.
</Card>

Pipecat drives the WebSocket, so everything on the
[voice agents](/guides/voice-agents) page applies — one socket per session, a
`context_id` per turn, and barge-in by cancel. The integration handles those for
you.
