{% extends "base.html" %} {% block title %}{{ _('websocket.title', 'WebSocket Streaming Demo') }} - TTSFM{% endblock %} {% block content %}
This demo showcases real-time audio streaming using WebSockets. Instead of waiting for the entire audio to be generated, you receive chunks as they're processed, providing immediate feedback and a more responsive experience.