> 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-zh/ai-sheng-yue-he-cheng/creating-ai-vocals/voice-blending.md).

# 声音混合

## 什么是声音混合？

借助此功能，你可以混合不同声线，通过 AI 创建混合声线。

声音混合可让你在同一歌声合成模型版本下组合多个声线种子。

你可以手动将自定义的混合预设保存到声线库中。

使用混合预设时，只需将其拖到画布上或轨道标题栏上即可。

## 声线混合

点击轨道标题栏打开轨道面板。轨道面板中有一个名为“声线混合”的模块。

* 点击 <kbd>+</kbd> 用于从弹出列表中添加不同声线种子的按钮。
* 在每个推子上垂直拖动即可调整混合比例。
* 右键单击某个种子即可删除或复制它。
* 使用面板右上角的设置菜单，将混合配方复制并粘贴到另一条歌手轨道。

<figure><img src="/files/89024611869b75787cc0c9c45518052cb6ba02b3" 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 及更早版本中，混合包含两个独立维度：音色和风格。\
默认情况下，它们的比例是同步的。你可以点击每个种子中间的链条按钮取消同步，以便独立调整。
{% endhint %}

### 齐声模式下的声线混合

你可以在每个声线内为 [歌声的齐唱模式](/docs/product-wiki-zh/ai-sheng-yue-he-cheng/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-zh/ai-sheng-yue-he-cheng/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.
