{% extends "base.html" %} {% from "macros.html" import panel %} {% block title %}Voice Settings{% endblock %} {% block extra_styles %}{% endblock %} {% block content %}
{% call panel("VOICE SETTINGS") %}
SlowFast
QuietLoud
{% if voices %} {% else %}
Server TTS (pyttsx3) unavailable — preview uses browser speech synthesis
{% endif %}
{% endcall %}
{% endblock %}