speech_to_speech
Change the voice in an audio file while keeping the original emotion and cadence.
Instructions
Transform audio to use a different voice while preserving emotion and cadence. Trigger: 'elevenlabs voice change', 'elevenlabs speech to speech', or 'elevenlabs sts'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_path | Yes | Absolute path to the source audio file | |
| voice | Yes | Target voice name or ID to apply | |
| model | No | STS model: "eleven_english_sts_v2" (default) | |
| stability | No | Voice stability (0.0-1.0). Default: 0.5 | |
| similarity_boost | No | Voice clarity/similarity (0.0-1.0). Default: 0.75 | |
| remove_background_noise | No | Remove background noise from source audio (default: false) | |
| save_path | No | File path to save the audio. If not provided, auto-saves to output directory. |