> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/ai-vocal-synth.md).

# AI Vocal Synth

- [Voice Library](https://docs.acestudio.ai/ai-vocal-synth/voice-library.md): Discover and manage AI Voices using the ACE Studio Voice Library.
- [Vocal Synth Models](https://docs.acestudio.ai/ai-vocal-synth/voice-library/vocal-synth-models.md): Explore the evolution and capabilities of ACE Studio's vocal synthesis models.
- [Creating AI Vocals](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals.md): Learn how to generate and refine AI vocals in ACE Studio.
- [Editing Notes](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/editing-notes.md): Edit MIDI notes for AI vocals in ACE Studio.
- [Editng Lyrics](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/editng-lyrics.md): Discover how to input lyrics for your AI vocals in ACE Studio.
- [Editing Pitch](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/editing-pitch.md): Refine pitch for precise vocal expression in ACE Studio.
- [Vocal Controls](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/vocal-controls.md): Adjust advanced vocal parameters in ACE Studio to precisely control AI singer performance.
- [Emotion Controls](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/vocal-controls/emotion-controls.md): Adjust vocal parameters for earlier ACE Studio vocal synth models using Emotion Controls.
- [Breath](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/breath.md): Add and adjust breaths in ACE Studio to make vocal performances sound more natural.
- [Singing Languages](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/singing-languages.md): Set and manage singing languages for AI singers in ACE Studio.
- [Unison Mode for vocals](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/unison-mode-for-vocals.md): Combine multiple AI voices into a single unison track in ACE Studio.
- [Voice Blending](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/voice-blending.md): Blend multiple AI voice seeds to create unique hybrid voices in ACE Studio.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.acestudio.ai/ai-vocal-synth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
