Skip to main content

Voice Lab

Voice Lab lets you create custom hybrid voices by blending 2-4 existing Aero TTS voices together. Adjust the weight of each voice to craft a unique sound that matches your brand.

How Voice Mixing Works

When you create a voice mix, Aero TTS blends the acoustic characteristics of multiple voices based on the weights you assign. Higher weight means more influence from that voice.
The result is a new voice that combines qualities from both — for example, the warmth of one voice with the clarity of another.

Creating a Voice Mix

In the Dashboard

  1. Go to Aero TTS > Voice Lab.
  2. Click Create Mix.
  3. Select 2-4 base voices.
  4. Adjust the weight slider for each voice (0.1 to 10.0).
  5. Enter a name and optional description.
  6. Click Preview to hear the result.
  7. Click Save to create the mix.
Your mix appears as a custom voice in the playground and API.

Via API

Response:

Using a Voice Mix

Once created, use the mix voice_id in any synthesis request:
You can also pass voice_mix inline without saving a mix:

Mix Parameters

Weight Guidelines

Tips for Great Mixes

  • Start with 2 voices — More voices make results less predictable.
  • Use similar languages — Mixing en-us and en-gb voices works well. Cross-language mixing may produce unexpected results.
  • Balance weights — A 1.5:0.8 ratio sounds natural. Extreme ratios (10:0.1) essentially use one voice.
  • Test with varied text — A mix that sounds good for short phrases may behave differently with long paragraphs.
  • Name descriptively — “Warm Professional” is more useful than “Mix 1”.

Managing Mixes

List Your Mixes

Delete a Mix

Deleting a mix does not affect past audio generated with it. Future synthesis requests using the deleted mix ID will fail.

Limits

  • Maximum 4 voices per mix
  • Minimum 2 voices per mix
  • Mix name must be 1-100 characters
  • Mixes are per-user — not shared across team members