> 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/creating-ai-vocals/unison-mode-for-vocals.md).

# Unison Mode for vocals

## What is Unison Mode?

Unison Mode lets you combine multiple AI voices into one vocal track.

You can save your custom unison presets to the Voice Library. We also provide pre-made presets.

To use a unison preset, drag it to the canvas or onto the track header.

{% hint style="info" %}
In ACE Studio 2.1.1 and earlier, Unison Mode for vocal tracks was called **Choir Mode**.
{% endhint %}

## Turn Unison Mode on or off

### Enable or disable Unison Mode

<figure><img src="/files/mJzI2l0h3DiLula8Ztc0" alt=""><figcaption></figcaption></figure>

Click the header of a vocal track to open the track panel. To enable Unison Mode, click <kbd>Turn on Unison Mode</kbd>. Turning Unison Mode off clears its settings.

You can also right-click a vocal track and select **Turn into a unison track**.

### Add or remove voices

<figure><img src="/files/mVa9tUkWYbq9G4gd3OJI" alt=""><figcaption></figcaption></figure>

* Click <kbd>+ Add</kbd> to open the Voice Library, then click a voice to add it to the unison track.
* Right click on a voice to duplicate or delete it.
* Arrange the order of voices by dragging them.

### Edit parameters

<figure><img src="/files/fGgZAxdm2MytKDq3sk5V" alt="Adjusting Unison Mode parameters like Offset and Spread in ACE Studio." width="357"><figcaption></figcaption></figure>

* Offset: Adjusts slight timing differences between voices for a more natural effect.
* Spread: Controls the stereo width of the layered sound.
* Gain: Sets the volume for each voice under the avatar.

## Effects for Unison Mode

If you want to create a sense of space or use it for backing vocals, use Room Effect.

To learn more about effects, please refer to [Room Effect](/project/mixing/effects/room-effect.md).

## Save as a Preset

<figure><img src="/files/BSAB6Fvi4OKm4LXcsh6d" alt="Saving a custom Unison Mode configuration as a reusable preset in the ACE Studio Voice Library."><figcaption></figcaption></figure>

In the track panel menu, you can save the current unison setup as a preset. You can customize the preset's name, tags, and language for easy retrieval. Your preset is saved in the Unison tab of the Voice Library.

The presets you save will be stored in the cloud and linked to your account.


---

# 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/creating-ai-vocals/unison-mode-for-vocals.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.
