> 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-3/doubles.md).

# 더블스

## 더블스란 무엇인가

보컬 프로덕션에서는 더 넓은 공간감과 풍성함을 위해 리드 보컬 또는 화음 보컬과 함께, 50%\~100% 범위로 좌우 팬된 추가 테이크를 두 번 더 녹음하는 것을 보통 선호합니다.

{% hint style="info" %}
**복제하지 않나요?**

그냥 복제하면 내용은 원본과 완전히 동일합니다. 이 경우 AI는 복제된 항목에 대해 동일한 오디오 결과를 생성하게 되며, 이는 위상 문제를 일으킬 수 있습니다.
{% endhint %}

## 더블 생성

MIDI 클립 또는 트랙 헤드를 마우스 오른쪽 버튼으로 클릭한 다음, 우클릭 메뉴에서 “보컬 더블스 생성”을 선택하여 더블스 패널을 엽니다.

<figure><img src="/files/b451e3302de956a239651e273c5d762900b1c0d5" alt="ACE Studio&#x27;s vocal double panel." width="290"><figcaption></figcaption></figure>

보컬 더블스 패널에서 다음을 할 수 있습니다.

* 원본 콘텐츠와의 유사도를 설정합니다. 100%는 원본에 변경이 없음을 의미합니다.
  * 기본 휴머니제이션 과정에는 노트의 지속시간:과 위치, 그리고 자음의 지속시간:이 포함됩니다
  * 85%\~90%면 일반적인 용도에 충분합니다.
* 사용자 피치에 무작위 효과를 적용할지 여부.
  * 이 설정은 직접 그린 피치 커브에만 적용됩니다. 이 체크박스를 선택해도 AI가 생성한 기본 피치는 변경되지 않습니다.
* VoiceMix에 무작위 효과를 적용할지 여부.
  * 이 트랙에 혼합 음성을 적용하지 않았다면 이 상자를 선택할 필요가 없습니다.

<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-ko/ai-3/doubles.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.
