> 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/singing-languages.md).

# 演唱语言

每位 AI 歌手都支持多语言，具体支持情况取决于模型版本。虽然每位歌手都有各自的 **母语** ，并且在母语下表现最佳，但这并不意味着他们只能使用母语。

在一个片段中，你可以为每个音符分配不同的语言属性，让 AI 歌声能够按音符逐一演唱不同语言的歌词。

为确保最佳效果，歌词应与分配给该音符的语言属性一致。

## 轨道的默认演唱语言

每条人声轨道都有各自的默认演唱语言设置，默认情况下与界面语言一致。你可以将轨道的默认语言设置为跟随界面语言、歌手的母语，或在 [偏好设置窗口](/docs/product-wiki-zh/zhang-hu-yu-she-zhi/preferences.md).

如果你不需要其他语言的人声，通常无需更改演唱语言设置，只要界面语言就是你需要的语言即可。

该 **轨道默认演唱语言** 它决定了在该轨道内创建的音符所使用的语言，不受其原始演唱语言影响。

{% tabs %}
{% tab title="在轨道标题栏中更改" %}
右键单击轨道标题栏，从“音符默认语言”下拉菜单中选择目标语言。

<figure><img src="/files/c9fc6db6b5225a8c5b235f109bcbac4133dadb6e" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="在钢琴卷帘窗中更改" %}
在未选中任何音符时，从钢琴卷帘窗工具栏中的第二个下拉菜单中选择目标语言。

<figure><img src="/files/5ba22498572b56bb8f01cd806cda7e1193465bd5" alt="Change Singing Languages in ACE Studio piano roll." width="410"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## 编辑音符语言

你可以先选中一个音符，然后从钢琴卷帘窗工具栏中选择目标语言来更改它的语言。

请记住，这些音符上的歌词不会自动翻译。更改语言属性后，你需要手动修改歌词。

<figure><img src="/files/8150bc0b626f2290472fc87daac7ba6fc056ff0f" alt="Editing note languages in ACE Studio piano roll."><figcaption></figcaption></figure>


---

# 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/singing-languages.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.
