# XTTS V2 Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/xtts-v2
> Markdown URL: https://aitinkerers.org/technologies/xtts-v2.md
> Technology record last updated: 2026-02-23T01:49:03Z
> Generated: 2026-09-23T09:40:29Z

- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [DIY streaming for text to speech models](https://chicago.aitinkerers.org/talks/rsvp_chcskHnjYT8)

When you chat with an LLM, the model starts responding as soon as the first characters of output are ready rather than making you wait for it to write the entire reply. You can do the same for text to speech models. Streaming audio output in real time with super-fast (~200ms) time to first chunk unlocks massive use cases across conversational user interfaces. In this demo, I'll walk through the code for implementing a streaming endpoint for XTTS V2 and calling the endpoint in production. We'll use the model to generate real-time speech from audience suggestions.

- Event context: AI Tinkerers Chicago May Meetup — 2024-05-07 — Chicago
- Public talk page: https://chicago.aitinkerers.org/talks/rsvp_chcskHnjYT8

## Related Technologies

- [Streaming endpoint](https://aitinkerers.org/technologies/streaming-endpoint) ([Markdown](https://aitinkerers.org/technologies/streaming-endpoint.md)) — 1 public demo
- [Text-to-Speech](https://aitinkerers.org/technologies/text-to-speech) ([Markdown](https://aitinkerers.org/technologies/text-to-speech.md)) — 16 public demos
- [Voice Agents](https://aitinkerers.org/technologies/voice-agents) ([Markdown](https://aitinkerers.org/technologies/voice-agents.md)) — 1 public demo
