# 음성 혼합

## 음성 혼합이란?

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

음성 혼합은 동일한 보컬 신스 모델 버전 내에서 여러 음성 시드를 결합할 수 있게 합니다.

사용자 지정한 혼합 프리셋을 수동으로 Voice Library에 저장할 수 있습니다.

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

## 음성 혼합 중

트랙 헤더를 클릭하여 트랙 패널을 엽니다. 트랙 패널에 "blend voice"라는 모듈이 있습니다.

* Bridge에서 <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 및 이전 버전에서는 혼합이 음색(Timbre)과 스타일(Style)이라는 두 가지 별도 차원으로 이루어집니다.\
기본적으로 두 비율은 동기화되어 있습니다. 각 시드 가운데의 체인 버튼을 클릭하면 동기화를 해제하여 독립적으로 조정할 수 있습니다.
{% endhint %}

### 합창에서의 음성 혼합

각 [합창단](/docs/product-wiki-ko/ai/ai/ai.md)의 멤버별로 음성을 혼합할 수 있습니다. "Blend voices" 모듈은 합창 멤버 목록에서 선택된 음성에 대응합니다.


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/docs/product-wiki-ko/ai/ai/voice-blending.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
