elevenlabs-voice-changer

Transform recorded speech into a different voice using ElevenLabs speech-to-speech models.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill elevenlabs-voice-changer-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elevenlabs-voice-changer
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/elevenlabs-voice-changer
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill elevenlabs-voice-changer-aadi-110i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Changing the voice in an existing audio recording normally requires re-recording with voice talent, which is slow and costly. This Skill converts any speech recording into a different voice while preserving the original speech content and emotion, using ElevenLabs speech-to-speech models via the inference.sh CLI. ## Core Features & Use Cases - Speech-to-Speech Conversion: Transform any audio recording into one of 22+ premium voices (e.g., george, aria, brian) while keeping the original words and emotional delivery. - Multilingual and English Models: Choose between eleven_multilingual_sts_v2 supporting 70+ languages or eleven_english_sts_v2 optimized for English speech. - Configurable Output: Select output audio formats such as mp3_44100_192 for downstream use in video or podcast production. - Use Case: Record yourself reading a script on any microphone, then transform it into a professional British narrator voice and merge it into a video using the media-merger app. ## Quick Start Ask the AI to transform your audio file into a different voice, for example: change the voice in my recording at https://my-recording.mp3 to the aria voice using the ElevenLabs voice changer.

Frequently Asked Questions about elevenlabs-voice-changer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I change the voice in an audio recording with AI?

Run the ElevenLabs voice changer through the inference.sh CLI with your audio URL and a target voice name, such as belt app run elevenlabs/voice-changer with the audio and voice parameters. The output preserves the original speech content and emotion in the new voice.

What voices are available in ElevenLabs speech-to-speech?

The voice changer offers the same 22+ premium voices as ElevenLabs TTS, including george, aria, alice, brian, charlie, daniel, jessica, and sarah. Each voice has a described style such as British authoritative or American conversational.

Does ElevenLabs voice changer support languages other than English?

Yes, the default eleven_multilingual_sts_v2 model supports over 70 languages. For English-only content, the eleven_english_sts_v2 model is optimized specifically for English speech.

What is the difference between voice changer and text-to-speech?

Voice changer converts an existing speech recording into a new voice while keeping the original performance and emotion. Text-to-speech generates speech from written text instead, so use TTS when you have a script but no recording.

What input does the ElevenLabs voice changer require?

It requires a URL to an audio file containing speech, passed as the audio input parameter. You also need the inference.sh belt CLI installed and authenticated with belt login before running the app.