> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/audio/speech-to-speech.md).

# 음성을 음성으로

음성 대 음성은 보이스 체인저라고도 하며, 이미 가지고 있는 녹음을 다른 목소리로 다시 말하게 합니다. 단어, 타이밍, 멈춤, 강조, 감정이 모두 그대로 유지됩니다. 말하는 사람만 바뀝니다.

그래서 마음에 드는 낭독을 가장 빠르게 다시 구성할 수 있는 방법입니다. 직접 임시 녹음을 해 두고 완성된 목소리에 넘기거나, 한 배우의 연기를 다른 캐릭터로 바꾸거나, 임시 내레이션에 실제 목소리를 입힐 수 있습니다.

## 음성 대 음성 사용 방법

1. Morphic에서 캔버스 열기
2. 하단의 프롬프트 바에서 모드를 'Image'에서 'Audio'로 바꾼 다음 'Speech to speech'를 선택하세요
3. 원본 녹음을 References에 추가하세요. 파일을 드래그해 넣거나, 상자를 클릭해 기기에서 업로드하거나, 이 프로젝트에 이미 있는 클립을 다시 사용하려면 에셋 선택기를 여세요
4. 보이스 칩을 클릭하고 대신 듣고 싶은 목소리를 선택하세요. 성별, 나이, 억양, 또는 사용 사례로 필터링한 뒤, 미리 듣고 싶은 행의 재생 버튼을 누르세요
5. 프롬프트 바의 파란 버튼을 클릭하세요. 크레딧 비용이 표시되며, 녹음이 첨부된 후에만 파란색으로 바뀝니다

새로 생성된 결과물은 시작한 것과 같은 길이의 별도 오디오 파일로 Canvas에 올라갑니다. 원본은 그대로이므로 원할 때마다 같은 소스에 다른 목소리를 다시 적용해 볼 수 있습니다.

첫 실행 전에 알아두면 좋은 두 가지가 있습니다:

* **프롬프트 상자를 비워 두세요.** 음성 대 음성은 텍스트가 아니라 녹음에서 지시를 받습니다. 그곳에 입력된 내용은 생성 작업을 방해합니다.
* **비용은 실행하기 전에 표시됩니다.** 원본 녹음의 길이를 기준으로 계산되므로, 미리 비용을 알 수 있습니다.

{% hint style="info" %}
이미 클립이 Canvas에 있나요? 선택한 다음 오른쪽의 세부 정보 패널에서 'Use as references'를 선택하세요. 그러면 한 번에 연결됩니다.
{% endhint %}

## 더 나은 결과를 위한 팁

* 원래의 자연스러운 톤이 이미 낭독에 잘 맞는 목소리를 고르세요. 소스가 전달 방식을 결정하므로, 부드러운 연기는 어떤 목소리에서도 부드럽게 유지됩니다.
* 긴 녹음의 10초를 먼저 변환한 다음 전체를 실행하세요.
* 같은 소스에 대해 두세 개의 목소리를 시도해 보세요. 재사용할 수 있습니다.
* 클립당 한 명의 화자만 사용하세요. 겹치는 목소리와 배경 음악은 연기의 일부로 처리됩니다.
* 결과가 잘못 나왔을 때는 한 번에 한 가지씩 바꾸세요.

이것이 Morphic에서 Speech to speech를 사용하는 방법입니다. 연기는 이미 맞고 목소리만 바꾸면 될 때 사용하세요.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/audio/speech-to-speech.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.
