{% if error %}

{{ error }}

{% endif %} {% if success %}

Audio generated successfully in {{ generation_time }}s!

{% endif %}

Generate Speech

0 / 8192 characters
{% for language in AVAILABLE_LANGUAGES %}
{{ language|capitalize }}
{% endfor %}
{% for voice_option in voices %}
{{ voice_option|capitalize }}
{% if voice_option == "tara" %}Female, English, conversational, clear {% elif voice_option == "leah" %}Female, English, warm, gentle {% elif voice_option == "jess" %}Female, English, energetic, youthful {% elif voice_option == "leo" %}Male, English, authoritative, deep {% elif voice_option == "dan" %}Male, English, friendly, casual {% elif voice_option == "mia" %}Female, English, professional, articulate {% elif voice_option == "zac" %}Male, English, enthusiastic, dynamic {% elif voice_option == "zoe" %}Female, English, calm, soothing {% elif voice_option == "pierre" %}Male, French, sophisticated {% elif voice_option == "amelie" %}Female, French, elegant {% elif voice_option == "marie" %}Female, French, spirited {% elif voice_option == "jana" %}Female, German, clear {% elif voice_option == "thomas" %}Male, German, authoritative {% elif voice_option == "max" %}Male, German, energetic {% elif voice_option == "유나" %}Female, Korean, melodic {% elif voice_option == "준서" %}Male, Korean, confident {% elif voice_option == "ऋतिका" %}Female, Hindi, expressive {% elif voice_option == "长乐" %}Female, Mandarin, gentle {% elif voice_option == "白芷" %}Female, Mandarin, clear {% elif voice_option == "javi" %}Male, Spanish, warm {% elif voice_option == "sergio" %}Male, Spanish, professional {% elif voice_option == "maria" %}Female, Spanish, friendly {% elif voice_option == "pietro" %}Male, Italian, passionate {% elif voice_option == "giulia" %}Female, Italian, expressive {% elif voice_option == "carlo" %}Male, Italian, refined {% endif %}
{% endfor %}
Advanced options
Slower 1.0 Faster

Server Configuration

These settings will be saved to a .env file. Restart the server to apply changes.

Fixed at 1.1
Value hardcoded to 1.1 for optimal generation quality

Supports emotion tags: <laugh>, <sigh>, etc.

Tips & Tricks

  • Use <laugh> to add laughter to the speech
  • Use <sigh> for a sighing sound
  • Other supported tags: <chuckle>, <cough>, <sniffle>, <groan>, <yawn>, <gasp>
  • For longer audio, the system can generate up to 2 minutes of speech in a single request
  • For API access, use the /v1/audio/speech endpoint (OpenAI compatible)