> 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/voice-blending.md).

# 음성 혼합

## 음성 혼합이란?

이 기능을 사용하면 AI로 서로 다른 음성을 혼합하여 하이브리드 음성을 만들 수 있습니다.

음성 혼합을 사용하면 동일한 보컬 신스 모델 버전 아래에서 여러 음성 시드를 결합할 수 있습니다.

사용자 지정 혼합 프리셋을 음성 라이브러리에 수동으로 저장할 수 있습니다.

혼합 프리셋을 사용하려면 캔버스나 트랙 헤더로 간단히 드래그하세요.

## 음성 혼합

트랙 헤더를 클릭하여 트랙 패널을 엽니다. 트랙 패널에는 '음성 혼합'이라는 모듈이 있습니다.

* 다음을 클릭 <kbd>+</kbd> 팝업 목록에서 다른 음성 시드를 추가하는 버튼.
* 각 페이더를 세로로 드래그하여 혼합 비율을 조정합니다.
* 시드를 마우스 오른쪽 버튼으로 클릭하여 삭제하거나 복사합니다.
* 패널 오른쪽 상단의 설정 메뉴를 사용하여 혼합 레시피를 다른 보컬 트랙에 복사하고 붙여넣을 수 있습니다.

<figure><img src="/files/1a6959249102e88358865f1e259f93fb73346350" alt="Creating a hybrid AI voice in ACE Studio using the Voice Blending panel to mix multiple singers." width="361"><figcaption></figcaption></figure>

{% hint style="info" %}
Verse24 및 이전 버전에서는 음성 혼합에 음색과 스타일이라는 두 개의 별도 차원이 포함됩니다.\
기본적으로 비율은 동기화되어 있습니다. 각 시드 가운데의 체인 버튼을 클릭하면 동기화를 해제하여 개별적으로 조정할 수 있습니다.
{% endhint %}

### 유니슨 모드에서 음성 혼합

각 음성 내에서 음성 혼합을 사용할 수 있습니다 [보컬용 유니슨 모드](/docs/product-wiki-ko/ai/creating-ai-vocals/unison-mode-for-vocals.md). 그 **음성 혼합** 모듈은 음성 목록에서 선택한 음성에 해당합니다.


---

# 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/voice-blending.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.
