#how do i change ai voice
1 messages · Page 1 of 1 (latest)
AI-generated Answer for brunosilvaia
Here’s how to change the AI voice in ElevenLabs:
On the website (Studio/Text to Speech)
- Open your project or Text to Speech, highlight the text (if needed), and pick a different voice from the voice dropdown in the Voices sidebar. This applies the selected voice to the chosen text/paragraphs. (help.elevenlabs.io)
- Default voices are available automatically in all voice pickers; just select a different one from the menu. (help.elevenlabs.io)
- To use more voices, go to Voices > Explore (Voice Library) and click “+” to add a voice to My Voices; it will then appear in all voice selection menus. (help.elevenlabs.io)
Via the API
- Specify the target voice’s voice_id in the Text to Speech endpoint path:
POST /v1/text-to-speech/:voice_id with your text and optional model_id. (elevenlabs.io) - To find a voice_id, in My Voices click More actions (…) > Copy voice ID, or list voices via the API. (help.elevenlabs.io)
- If you need multiple voices in one output (e.g., dialogue), use the Text to Dialogue endpoint and pass a voice_id per utterance. (elevenlabs.io)
If you meant converting an existing recording into a different voice, use Voice Changer (speech-to-speech) and choose the desired output voice. (elevenlabs.io)
Sources:
How can I change the voice and settings across multiple paragraphs in Studio? – ElevenLabs
How do I access ElevenLabs Default voices? – ElevenLabs
What is the Voice Library? – ElevenLabs
Create speech | ElevenLabs Documentation
How do I find the voice ID of my voices via the website and API? – ElevenLabs
Create dialogue | ElevenLabs Documentation
Voice changer | ElevenLabs Documentation
ah ok but is it available for portuguese?