# Doubles

## 什么是 Doubles

在人声制作中，我们通常会在主歌或和声两侧额外录制两次声部，并将声像左右摆放在 50%—100% 之间，以获得更宽的空间感与饱满度。

{% hint style="info" %}
**为什么不能直接复制？**

如果只是简单复制，内容将与原始片段完全相同。这会导致 AI 为复制的片段生成相同的音频结果，从而产生相位问题。
{% endhint %}

## 创建 Doubles

在 MIDI 片段或轨道头上右键， 在右键菜单中选择“Create vocal doubles”以打开 Doubles 面板。

<figure><img src="/files/fe9fe8a6fd171182753c9bfe2d1930607b70fee5" alt="ACE Studio&#x27;s vocal double panel." width="290"><figcaption></figcaption></figure>

在 vocal double 面板中，您可以

* 设置与原始内容的相似度。100% 表示不对原始内容做任何改动。
  * 默认的人性化处理包括音符的时长与位置以及辅音的时长
  * 85%—90% 对常规需求已足够。
* 是否对用户绘制的音高应用随机化效果。
  * 此选项仅对您绘制的音高曲线生效。AI 生成的默认音高不会因勾选此项而改变。
* 是否对 VoiceMix 应用随机化效果。
  * 如果您在此轨道未进行声线混合，则无需勾选此项。

<br>


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/doubles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
