{% extends "base.html" %} {% block title %}Voxint — settings{% endblock %} {% block body %} {% from "settings/_tab_strip.html" import settings_tabs with context %} {{ settings_tabs("general") }}

Settings

{% if tutorial_done %}

You finished the tutorial 🎉

You have completed one full run end to end: submit, attribute the voices, check the words, then export. When you are ready, submit your own audio or video and do the same with real speakers.

{% endif %}

First-run setup

Onboarding is complete. You can walk through the setup wizard again at any time — it never resets your existing preferences unless you change them.

Re-run the setup wizard →

{% include "settings/_appearance.html" %}
{% include "settings/_features.html" %}
{% include "settings/_benchmark.html" %} {% include "settings/_tutorial.html" %}
{# Preserve old fragment links. URL fragments never reach the server, so route them in the browser after the General page has loaded. #} {% endblock %}