> 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 及更早版本的歌声合成模型支持情感控制。如果您使用的是 Verse 2.6 及更高版本的模型，请参考 [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>移位</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>

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

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

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

* 提拉工具——垂直拖动可增减数值。您可以在网格上创建选区来修改某一范围。按住 <kbd>移位</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.
