> 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/voice-blending.md).

# ボイスブレンディング

## ボイスブレンディングとは？

この機能を使うと、AIで異なるボイスをブレンドしてハイブリッドボイスを作成できます。

ボイスブレンディングでは、同じボーカルシンセのモデルバージョン内で複数のボイスシードを組み合わせられます。

カスタマイズしたブレンド済みプリセットは、手動でボイスライブラリに保存できます。

ブレンド済みプリセットを使うには、キャンバスまたはトラックヘッダーにドラッグするだけです。

## ボイスミックス

トラックヘッダーをクリックしてトラックパネルを開きます。トラックパネルには「ボイスミックス」というモジュールがあります。

* 次の <kbd>+</kbd> ポップアップリストから異なるボイスシードを追加するためのボタン。
* 各フェーダーを上下にドラッグして、ブレンド比率を調整します。
* シードを右クリックして、削除またはコピーします。
* パネル右上の設定メニューを使って、ブレンドレシピを別のシンガートラックにコピー＆ペーストします。

<figure><img src="/files/645ecca3b7222bd5e75b19d0c7a50603f71b0d60" alt="Creating a hybrid AI voice in ACE Studio using the Voice Blending panel to mix multiple singers." width="361"><figcaption></figcaption></figure>

{% hint style="info" %}
Verse24以前では、ブレンドは「声質」と「スタイル」の2つの独立した次元で行われます。\
既定では、それぞれの比率が同期されています。中央のチェーンボタンをクリックすると同期を解除し、各シードを個別に調整できます。
{% endhint %}

### ユニゾンモードでのボイスミックス

各ボイスをブレンドできます [ボーカル用ユニゾンモード](/docs/product-wiki-ja/aibkarushinse/creating-ai-vocals/unison-mode-for-vocals.md)。この **ボイスミックス** モジュールは、ボイスリストで選択されたシンガーに対応します。


---

# 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/voice-blending.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.
