> 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-ko/ai/creating-ai-vocals/singing-languages.md).

# 노래 언어

각 AI 싱어는 다국어 지원을 제공하며, 지원 범위는 모델 버전에 따라 달라집니다. 각 싱어마다 고유한 **모국어** 최적의 성능을 발휘하는 언어가 있지만, 그렇다고 해서 모국어로만 제한되는 것은 아닙니다.

클립 안에서는 각 노트마다 서로 다른 언어 속성을 지정할 수 있어, AI 음성이 노트 단위로 다양한 언어의 가사를 부를 수 있습니다.

최적의 성능을 위해서는 가사가 노트에 지정된 언어 속성과 일치해야 합니다.

## 트랙의 기본 노래 언어

각 보컬 트랙에는 고유한 기본 노래 언어 설정이 있으며, 기본값은 인터페이스 언어와 일치합니다. 트랙의 기본 언어를 인터페이스 언어, 싱어의 모국어, 또는 [환경설정 창](/docs/product-wiki-ko/account-and-settings/preferences.md).

다른 언어의 보컬이 필요하지 않다면, 인터페이스 언어가 필요한 언어와 같을 경우 보통 노래 언어 설정을 변경할 필요가 없습니다.

이 **트랙 기본 노래 언어** 트랙 내에서 생성되는 노트의 언어를 결정하며, 해당 노트의 원래 노래 언어와는 무관합니다.

{% tabs %}
{% tab title="트랙 헤더에서 변경" %}
트랙 헤더를 마우스 오른쪽 버튼으로 클릭한 다음, "노트의 기본 언어" 드롭다운에서 대상 언어를 선택합니다.

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

{% tab title="피아노 롤에서 변경" %}
노트가 선택되지 않은 상태에서는 피아노 롤 툴바의 두 번째 드롭다운에서 대상 언어를 선택합니다.

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

## 노트 언어 편집

노트를 선택한 다음 피아노 롤 툴바에서 대상 언어를 선택해 노트의 언어를 변경할 수 있습니다.

단, 이 노트의 가사는 자동으로 번역되지 않습니다. 언어 속성을 변경한 후 가사는 수동으로 수정해야 합니다.

<figure><img src="/files/0faa7000a4be553dffd2f91be95afbd091b1dde0" 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-ko/ai/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.
