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

# Change Voice

> Re-voice an audio clip using a different speaker voice with a speech-to-speech model.

Change Voice takes an existing audio clip and re-voices it through a selected speaker identity. It keeps the original timing and delivery, but replaces the vocal character.

This node runs on a selectable model and consumes credits when it runs.

## When to use

* Replacing a temp voice-over with a final speaker
* Translating or re-dubbing audio into a different voice style
* Auditioning multiple voice options for a single recording

## Inputs

<ParamField body="Audio" type="audio" required>
  The source audio to re-voice. Required. Supports loop mode.
</ParamField>

## Outputs

<ParamField body="Audio" type="audio">
  The re-voiced audio clip in the selected voice.
</ParamField>

## Configuration

<ParamField body="voice" type="string" required>
  The target voice to apply. Select from the available ElevenLabs voice library.
</ParamField>

<ParamField body="remove_background_noise" type="boolean" default={false}>
  When enabled, background noise is removed from the source audio before voice conversion.
</ParamField>

## Example

Connect an **Upload Audio** node to the Audio input, choose a target voice in the configuration panel, then wire the Audio output to a **Generate Video** node (lipsync) or download it directly.

<Note>
  This node runs on a selectable model. See [Audio models](/models/audio) for supported models and [Model settings](/models/settings) for available options.
</Note>
