> 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/docs/product-wiki-ja/aibkarushinse/creating-ai-vocals/unison-mode-for-vocals.md).

# ボーカルのユニゾンモード

## ユニゾンモードとは何ですか？

Unison Mode を使うと、複数の AI ボイスを 1 本のボーカルトラックにまとめられます。

カスタムのユニゾンプリセットをシンガーライブラリに保存できます。あらかじめ用意されたプリセットもあります。

ユニゾンプリセットを使用するには、キャンバスまたはトラックヘッダーにドラッグします。

{% hint style="info" %}
ACE Studio 2.1.1 以前では、ボーカルトラックの Unison Mode は **合唱モード**.
{% endhint %}

## ユニゾンモードをオン/オフにする

### Unison Mode を有効/無効にする

<figure><img src="/files/2570220558e5d79b73b3a6393b1ba00e83af5272" alt=""><figcaption></figcaption></figure>

ボーカルトラックのヘッダーをクリックしてトラックパネルを開きます。Unison Mode を有効にするには、 <kbd>ユニゾンモードをオンにする</kbd>。Unison Mode をオフにすると、その設定はクリアされます。

また、ボーカルトラックを右クリックして **ユニゾントラックに変換**.

### ボイスを追加または削除

<figure><img src="/files/4dd2583041496acbcceabc26dd849e0097814d18" alt=""><figcaption></figcaption></figure>

* クリック <kbd>+ 追加</kbd> してシンガーライブラリを開き、追加したいボイスをクリックしてユニゾントラックに追加します。
* シンガーを右クリックすると、複製または削除できます。
* ドラッグしてボイスの順序を並べ替えます。

### パラメータを編集

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

* オフセット: ボイス間のわずかなタイミング差を調整し、より自然な効果を生み出します。
* スプレッド: 重ねたサウンドのステレオ幅を制御します。
* Gain: アバター下の各ボイスの音量を設定します。

## ユニゾンモードのFX

空間感を出したい場合やバックボーカルとして使いたい場合は、Room Effect を使用します。

エフェクトの詳細については、 [ルームエフェクト](/docs/product-wiki-ja/purojekuto/mixing/effects/room-effect.md).

## プリセットとして保存

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

トラックパネルメニューで、現在のユニゾン設定をプリセットとして保存できます。プリセットの名前、タグ、言語をカスタマイズして、すばやく見つけられるようにできます。プリセットはシンガーライブラリの Unison タブに保存されます。

保存したプリセットはクラウドに保存され、アカウントにリンクされます。


---

# 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/docs/product-wiki-ja/aibkarushinse/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.
