Voice Changer

Replace the voice in an audio recording — or in a whole talking video — with a different voice, preserving the original emotion, cadence, and timing.

Overview

The Voice Changer node uses ElevenLabs Speech-to-Speech to re-voice media. It comes in two modes, chosen automatically by what you wire into it:

In both cases the target voice’s identity is applied while the original pacing, intonation, and emotional delivery are preserved.

Configuration

Field Type Default Description
Voice string "" Target voice to apply. Selectable via VoiceBrowser (premade, custom, or library)
Voice Type "premade" \| "custom" \| "library" "premade" Source of the selected target voice
Model "eleven_english_sts_v2" \| "eleven_multilingual_sts_v2" "eleven_multilingual_sts_v2" ElevenLabs speech-to-speech model. Multilingual v2 covers 29 languages and is ElevenLabs’ recommended model — including for English source audio, where it often outperforms the English-only model. English v2 remains selectable. Credit cost is the same (4 credits) for either model. If the field is left unset, the backend falls back to eleven_multilingual_sts_v2.
Stability number (0-1) 0.5 Voice consistency. Lower = more expressive, higher = more uniform
Similarity Boost number (0-1) 0.75 How closely the output matches the target voice timbre
Style Exaggeration number (0-1) 0 Amplifies the source speaker’s stylistic delivery in the target voice. Keep at 0 unless you want extra drama — values above 0 add latency and can reduce stability. Only sent to the model when above its default.
Remove Background Noise boolean false Off keeps the music / SFX bed under the new voice. On removes background and yields a clean, voice-only result.

Inputs & Outputs

Video Mode

Wire any talking video (a generated clip, an uploaded file, a lip-synced shot) into the video input and the node will:

  1. Extract the audio track from the clip.
  2. Re-voice it with your selected voice (speech-to-speech).
  3. Remux the new voice onto the original video and return it — plus the new audio track on the audio output handle.

This collapses what used to be a four-node chain (generate video → extract audio → voice changer → merge audio+video) into a single node and a single result.

Requires an audio track. Most text-to-video / image-to-video models output silent video — only models that generate sound (e.g. Veo 3, Kling) produce a usable track. If you feed in a silent clip, the node fails fast with: “This video has no audio track to revoice.” Use a clip with spoken audio, or feed audio directly.

Keeping the music bed. Leave Remove Background Noise off to keep any music or sound effects baked into the clip’s audio under the new voice. Turn it on for a clean, voice-only result.

Best Practices

Common Use Cases

Tips