> 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/music-enhancer.md).

# 뮤직 인핸서

## 음악 향상은 무엇인가

Music Enhancer는 AI를 사용해 기존 음악을 새롭게 재구성하는 창의적 도구입니다. 캔버스에 선택 상자를 그리면, 해당 선택 영역 내의 모든 오디오를 향상된 버전으로 변환할 수 있습니다.

## 음악 향상 사용 방법

다음을 클릭 **음악 향상** 생성 창을 여는 툴바 버튼.

<figure><img src="/files/7dbbb1f6826cea17ec866b60c63a716577ee7025" alt=""><figcaption></figcaption></figure>

### 향상 내용 정의

1. 시작하려면, 향상할 오디오를 캔버스에서 직접 선택해야 합니다. 이 도구는 **선택 영역에 포함된 모든 오디오 콘텐츠** 를 처리합니다.
2. 계속하면, 도구가 자동으로 **가사** (있다면) 및 음악적 **스타일을** 원본 오디오의.
3. 상자의 텍스트를 수동으로 수정해 구상하는 새 버전을 설명할 수 있습니다. 예를 들어, "funky drums, 브라스, organ"을 "symphonic orchestra, epic 합唱단, cinematic 스트링"으로 바꿀 수 있습니다. 또한 **스타일을** 편집할 수 있습니다. **가사** 필요한 경우.
4. 다음을 사용하여 **선택 영역과의 일관성** 새 트랙이 원본 오디오를 얼마나 가깝게 따를지 조절하는 슬라이더.
5. 메인 툴바에서 <kbd>향상</kbd> 를 눌러 생성 과정을 시작합니다.

### 향상 세션 관리하기

모든 향상 세션과 트랙은 계정에 저장됩니다. 왼쪽 패널에서 새 향상 작업을 시작하거나 세션에 액세스하세요. 결과 패널에서 향상된 트랙을 볼 수 있습니다.

* **다운로드**: 완료되면 트랙을 바로 사용할 수 있습니다. 간단히 클릭 <i class="fa-download">:download:</i> 다운로드 버튼을 눌러 오디오를 사용할 수 있도록 하세요.
* **미리 보기**: 버튼을 클릭하면 <i class="fa-play">:play:</i> 짧게 들어보고, 생성에 사용된 세부 정보를 확인할 수 있습니다.
* **캔버스에 추가**: 트랙을 캔버스에 바로 드래그하면 됩니다.


---

# 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/music-enhancer.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.
