{% extends "base.html" %} {% block title %}TTSFM {{ _('nav.playground') }} - {{ _('playground.title') }}{% endblock %} {% block content %}
Demo

{{ _('playground.title') }}

{{ _('playground.subtitle') }}

{{ _('playground.title') }}

0 {{ _('playground.character_count') }} {{ _('playground.max_length_warning') }} Tip: Use Ctrl+Enter to generate
{{ _('common.choose_voice') }}
{{ _('playground.format_description') if _('playground.format_description') != 'playground.format_description' else 'Choose audio output format. Converted formats require ffmpeg.' }}
{{ _('playground.max_length_description') }}
{{ _('playground.auto_combine_description') }}
0.25x 4.0x
{{ _('playground.speed_description') if _('playground.speed_description') != 'playground.speed_description' else 'Adjust audio playback speed from 0.25x (slower) to 4.0x (faster). Default is 1.0x (normal speed).' }}
{{ _('playground.instructions_description') }}
{{ _('playground.api_key_description') }}
{{ _('playground.audio_player_title') }} Ready
--
{{ _('playground.duration') }}
--
{{ _('playground.file_size') }}
--
{{ _('playground.voice') }}
--
{{ _('playground.format') }}
--
{{ _('playground.speed') if _('playground.speed') != 'playground.speed' else 'Speed' }}
--
{{ _('playground.chunks') if _('playground.chunks') != 'playground.chunks' else 'Chunks' }}
{% endblock %} {% block extra_js %} {% endblock %}