> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Audio

> Text-to-speech, multi-speaker dialogue, music generation, sound effects, voice cloning, voice swap, dubbing, and transcription.

AI Audio is a full audio production toolkit. You can convert text to natural speech, generate music from a prompt, create sound effects, clone voices from samples, swap voices in existing recordings, dub content into other languages, and transcribe audio or video files to text.

All audio operations are handled by the agent through the chat. Describe what you need and the agent selects the right tool.

<Frame caption="An audio file generated by the agent, displayed in the chat with a waveform player.">
  <img src="https://pub-51091dcf1e9d4b04bb2e74f489c4f346.r2.dev/8997a80aedd45a46624b61e4daa7e5b45f0b19dba3fabcf3188f7994bf4bbf64.png" alt="Chat interface showing a generated audio file with a waveform visualization and play/pause controls" />
</Frame>

## What you can do

<CardGroup cols={3}>
  <Card title="Text-to-Speech" icon="microphone" href="/generate-media/ai-audio/text-to-speech">
    Convert text into natural-sounding speech with 6 preset voices.
  </Card>

  <Card title="Multi-Speaker Dialogue" icon="comments" href="/generate-media/ai-audio/multi-speaker-dialogue">
    Generate conversations between multiple speakers from a script.
  </Card>

  <Card title="Music Generation" icon="music" href="/generate-media/ai-audio/music-generation">
    Compose original music from a text prompt describing genre and mood.
  </Card>

  <Card title="Sound Effects" icon="waveform" href="/generate-media/ai-audio/sound-effects">
    Generate sound effects from a text description with loop support.
  </Card>

  <Card title="Voice Cloning" icon="clone" href="/generate-media/ai-audio/voice-cloning">
    Clone any voice from audio samples and use it across all audio tools.
  </Card>

  <Card title="Voice Swap" icon="repeat" href="/generate-media/ai-audio/voice-swap">
    Replace the voice in a recording while keeping emotion and timing.
  </Card>

  <Card title="Dubbing" icon="language" href="/generate-media/ai-audio/dubbing">
    Dub audio or video content into another language automatically.
  </Card>

  <Card title="Transcription" icon="file-lines" href="/generate-media/ai-audio/transcription">
    Convert speech to text with speaker labels and audio event tags.
  </Card>
</CardGroup>

## Preset voices

For text-to-speech and dialogue, 6 preset voices are available:

| Voice                | Description                    |
| -------------------- | ------------------------------ |
| **Rachel** (default) | Neutral, clear, conversational |
| **George**           | Male, warm tone                |
| **Sarah**            | Female, professional           |
| **Charlie**          | Male, casual                   |
| **Lily**             | Female, friendly               |
| **Chris**            | Male, energetic                |

You can also use a cloned voice for any operation. See [Voice Cloning](/generate-media/ai-audio/voice-cloning).

## Output format

All audio files are generated as MP3 (128kbps, 44.1kHz) or WAV. Files appear in the chat with a waveform player for instant playback. Click **Download** to save to your device.

## What AI Audio does not support

* Real-time audio streaming or live voice interaction.
* Merging or mixing two audio tracks together (for example, voice over background music).
* Editing audio waveforms directly (trimming, cutting, fading). Use an external audio editor for post-production.
* Generating audio longer than 10 minutes in a single operation for music.

## Next steps

<CardGroup cols={2}>
  <Card title="Text-to-Speech" icon="microphone" href="/text-to-speech">
    Convert your first text into natural speech.
  </Card>

  <Card title="Music Generation" icon="music" href="/music-generation">
    Compose original music from a text description.
  </Card>
</CardGroup>
