> 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/vocal-controls/emotion-controls.md).

# 情感控制

{% hint style="warning" %}
情感控制由 Verse24 及更早版本的歌声合成模型支持。如果您使用的是 Verse25 及更高版本的模型，请参阅 [Vocal Controls](/docs/product-wiki-zh/ai-sheng-yue-he-cheng/creating-ai-vocals/vocal-controls.md)如需了解不同模型版本之间的差异，请参阅 [歌声合成模型](/docs/product-wiki-zh/ai-sheng-yue-he-cheng/voice-library/vocal-synth-models.md).
{% endhint %}

## 什么是情感参数

情感参数会根据当前 AI 歌手的演唱风格由 AI 生成。您可以通过包络进行修改，也可以直接重写。

<figure><img src="/files/af70108d9c8fd54668b0b0d369f7cf8902744756" alt="The Emotion Controls parameters in ACE Studio, such as Flasetto, Tension, and Energy, for adjusting vocal style."><figcaption></figcaption></figure>

### 参数

<details>

<summary>气声</summary>

用于控制人声的气声感。提高该参数可使人声更沙哑或更明亮。

* 在力度较强的部分，您可以稍微增加气声。
* 建议仅做轻微调整，过高的数值可能导致意外的表现。

</details>

<details>

<summary>假声</summary>

用于控制人声的假声音量。

* 当音高较低时，提高假声可能无法带来预期中的明显假声效果。
* 如果您想要更多假声，建议同时降低张力，以获得更好的效果。
* 建议仅做轻微调整，过高的数值可能导致意外的表现。

</details>

<details>

<summary>张力</summary>

用于控制人声的柔和度。

* 降低该值，人声会更柔和。提高该值，人声会更紧。
* 建议仅做轻微调整，过高的数值可能导致意外的表现。

</details>

<details>

<summary>力度</summary>

用于控制人声的力度。

* 该参数不只是声音的音量。
* 如果您想要更温和的声音，建议同时降低张力。

</details>

## 编辑包络

<figure><img src="/files/debba528d0d0d25ae104e5f9a153582276cfa3bc" alt="Editing an Emotion Control envelope in ACE Studio."><figcaption></figcaption></figure>

默认情况下，您可以为每个参数修改包络。左侧有 4 个工具用于编辑包络。

* 抬升工具 - 垂直拖动可增减数值。您可以在网格上创建选区，以修改某一范围。按住 <kbd>Shift</kbd> 可修改片段的整个范围。
* 笔刷 - 您可以直接绘制包络。右键单击可擦除。
* 橡皮擦 - 您可以将包络擦回 1x 数值。
* 直线工具 - 拖动可为包络创建一条直线。

## 编辑真实参数

<figure><img src="/files/84edebba762be51e3dcc1f56832bd6d47263f15e" alt="Using the &#x27;Real Parameter&#x27; mode in ACE Studio to directly edit the generated vocal synthesis data."><figcaption></figcaption></figure>

点击左侧的“Par.”按钮切换到真实参数模式。您可以直接更改参数。

与 AI 音高类似，真实参数会根据当前 AI 歌手的演唱风格、旋律、歌词和音高由 AI 生成。对这些元素的任何修改都会导致每个参数重新生成。AI 会按片段逐段生成 AI 参数，即使您只修改了某一片段中的一句歌词，该片段中的所有 AI 参数也会重新生成。这些参数就像音频波形在不同维度上的表现。

大多数情况下，我们建议只修改包络。如果您需要精确数值，可以在此模式下编辑。

* 抬升工具 - 垂直拖动可增减数值。您可以在网格上创建选区，以修改某一范围。按住 <kbd>Shift</kbd> 可修改片段的整个范围。
  * 使用此工具后，您更改的部分会变为用户参数，因此在修改原始元素后不会再发生变化。
* 笔刷 - 您可以直接绘制包络。右键单击可擦除。
  * 使用此工具后，您更改的部分会变为用户参数，因此在修改原始元素后不会再发生变化。
* 橡皮擦 - 您可以将包络擦回 AI 参数。
* 直线工具 - 拖动可为包络创建一条直线。
  * 使用此工具后，您更改的部分会变为用户参数，因此在修改原始元素后不会再发生变化。
* 固定笔刷 - 类似 AI 音高，您可以锁定参数的某些部分，使其在修改原始元素后不会发生变化。

## 共振峰

共振峰是声音设计的基础参数。

* 数值越高，人声会越接近女性或儿童。
* 数值越低，人声会越厚重。

<br>


---

# 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/vocal-controls/emotion-controls.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.
