> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://dev.hume.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://dev.hume.ai/_mcp/server.

# Voice Cloning

[Octave](https://www.hume.ai/blog/octave-the-first-text-to-speech-model-that-understands-what-its-saying), Hume's
speech-language model, deeply models language and speech patterns to generate voice. While Octave supports [voice
design](/docs/voice/voice-design) from natural language descriptions, it can also create voices from audio samples,
reflecting the speaker's tone, accent, cadence, and vocal identity.

**Voice cloning availability depends on your subscription tier.** Check your access and usage limits on the
[billing](https://app.hume.ai/billing) page.

## Create a voice clone

You can create a voice clone using one of two supported methods:

1. **Record your voice** using your microphone in a guided session.
2. **Upload an audio file** containing a speech sample from a consenting speaker.

To create a voice clone, start from the Platform’s [Voice Library](https://app.hume.ai/voices) page.
Click **Voice Cloning** to open the cloning menu.

The sections below walk through each method step by step.

### Record your voice

Follow the steps below to record a speech sample for voice cloning.

#### Start recording setup

Click **RECORD AUDIO** to begin the recording session flow.

<img src="https://files.buildwithfern.com/hume.docs.buildwithfern.com/ce8e3a7a56ce3b77e2d510af9de1891824bf479349c09981122c23455f45eaf4/docs/pages/documentation/voice/voice-cloning/img/1-new-voice-cloning-menu.png" alt="Voice cloning menu" />

#### Name your voice clone

Input a name for your voice, and click **CONTINUE**.

<img src="https://files.buildwithfern.com/hume.docs.buildwithfern.com/c59610402a620c93278241e3fa5d2b81eccf87a63dc0a1c4d0d1f03753308c55/docs/pages/documentation/voice/voice-cloning/img/2-new-recording-session-start.png" alt="Recording session start menu" />

#### Select a microphone

Select your microphone from the dropdown menu.

If you’re using an external microphone and don’t see it listed, ensure it’s properly connected.

Click **START** to begin recording.

<img src="https://files.buildwithfern.com/hume.docs.buildwithfern.com/1b68fe0879f78e2578e15392f9ef059214818fab3ce8beb609d469fab93c812d/docs/pages/documentation/voice/voice-cloning/img/3-new-recording-session-microphone.png" alt="Recording session microphone select menu" />

#### Record your voice

During the session, text prompts are streamed one line at a time for you to read aloud.

The full session typically takes less than 30 seconds.

<img src="https://files.buildwithfern.com/hume.docs.buildwithfern.com/df4425576f94c8743d40ab69ea0035d51907fe0930fcad83a8685b942eef71d1/docs/pages/documentation/voice/voice-cloning/img/4-new-recording-session-active.png" alt="Recording session active" />

#### Save the voice clone

After the recording session is complete, the recorded audio is uploaded and your voice clone is created.

Click **SAVE VOICE** to complete the flow and be redirected to the [My
Voices](https://app.hume.ai/voices?category=my-voices) page.

<img src="https://files.buildwithfern.com/hume.docs.buildwithfern.com/f8d7c871b90963f4571f21549ff926fa2dd2cdd7dfcd89080723418ca09a1dab/docs/pages/documentation/voice/voice-cloning/img/5-new-recording-session-complete.png" alt="Recording session complete" />

### Upload an audio file

Follow the steps below to upload a pre-recorded audio file and create a voice clone.

**Upload only voice samples for which you have the necessary rights or consent to clone.** Users must comply with
Hume’s [Terms of Use](https://www.hume.ai/terms-of-use), [Ethical
Guidelines](https://thehumeinitiative.org/guidelines/), [Privacy Policy](https://www.hume.ai/privacy-policy), and
applicable laws.

#### Upload an audio file

Click **BROWSE FILES** to select a file to upload.

<img src="https://files.buildwithfern.com/hume.docs.buildwithfern.com/ce8e3a7a56ce3b77e2d510af9de1891824bf479349c09981122c23455f45eaf4/docs/pages/documentation/voice/voice-cloning/img/1-new-voice-cloning-menu.png" alt="Voice cloning menu" />

#### Create voice clone

Input a name for the voice and fill out the legal agreements, confirming you have the necessary rights or consents
to upload and clone the provided voice sample.

Click **CREATE VOICE** to complete the flow and be redirected to the [My
Voices](https://app.hume.ai/voices?category=my-voices) page.

<img src="https://files.buildwithfern.com/hume.docs.buildwithfern.com/f72d9eee4331ba11ac84ff692764b2746e1008291f079845beaffcfdfa633972/docs/pages/documentation/voice/voice-cloning/img/6-new-file-upload-legal-agreement.png" alt="Legal agreement" />

## Use your voice clone

**You can use your voice clones in Hume products that support speech synthesis.** Reference them by name or ID
in [TTS](/docs/text-to-speech-tts/overview) requests, or configure [EVI](/docs/speech-to-speech-evi/overview)
to use the voice.

Use the playgrounds to preview how your cloned voice sounds in different scenarios:

Chat with an assistant configured with your voice clone, to see how it sounds in conversation.

See how your voice clone sounds with specific text input, or when given acting instructions.

See guides below for details on how to use your voice clone in your project or integration.

Configure EVI to use your voice clone.

Specify your voice clone in TTS requests.

***