# MeloTTS

<figure><img src="/files/XFoNuGeSy1oTrErIF6nd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kyrZIXD5T6qSlftv7NAS" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/54RXECU9OlKozfqp8LX7" alt="" width="375"><figcaption></figcaption></figure>

[GitHub](https://github.com/myshell-ai/MeloTTS)

MeloTTS는 MIT와 MyShell.ai가 공동으로 개발한 고품질 다중 언어 텍스트-투-스피치 라이브러리입니다. 지원 언어는 다음과 같습니다:

| Language             | Example                                                                                                                |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| English (American)   | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-US/speed_1.0/sent_000.wav)      |
| English (British)    | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-BR/speed_1.0/sent_000.wav)      |
| English (Indian)     | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN_INDIA/speed_1.0/sent_000.wav)   |
| English (Australian) | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-AU/speed_1.0/sent_000.wav)      |
| English (Default)    | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-Default/speed_1.0/sent_000.wav) |
| Spanish              | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/es/ES/speed_1.0/sent_000.wav)         |
| French               | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/fr/FR/speed_1.0/sent_000.wav)         |
| Chinese (mix EN)     | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/zh/ZH/speed_1.0/sent_008.wav)         |
| Japanese             | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/jp/JP/speed_1.0/sent_000.wav)         |
| Korean               | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/kr/KR/speed_1.0/sent_000.wav)         |

#### 주요 기능

* 중국어 스피커는 중국어와 영어 혼합을 지원합니다.
* CPU 실시간 추론에 충분히 빠릅니다.

## 사용 방법

* 설치 없이 사용 [Use without Installation](https://github.com/myshell-ai/MeloTTS/blob/main/docs/quick_use.md)
* 로컬 설치 및 사용 [Install and Use Locally](https://github.com/myshell-ai/MeloTTS/blob/main/docs/install.md)
* 커스텀 데이터셋으로 훈련 [Training on Custom Dataset](https://github.com/myshell-ai/MeloTTS/blob/main/docs/training.md)

Python API와 모델 카드는 이 [리포지토리](https://github.com/myshell-ai/MeloTTS/blob/main/docs/install.md#python-api) 또는 [HuggingFace](https://huggingface.co/myshell-ai) 에서 확인할 수 있습니다.

### 기여

이 작업이 유용하다고 생각되시면 이 리포지토리에 기여해 주시는 것을 고려해 주세요.

* Web UI와 CLI 부분을 추가해 준 [@fakerybakery](broken://spaces/ziEtrfbldfPdSyX71mde) 에게 깊은 감사를 드립니다.

## 인용

```
@software{zhao2024melo,
  author={Zhao, Wenliang and Yu, Xumin and Qin, Zengyi},
  title = {MeloTTS: High-quality Multi-lingual Multi-accent Text-to-Speech},
  url = {https://github.com/myshell-ai/MeloTTS},
  year = {2023}
}
```

## 라이선스

이 라이브러리는 MIT 라이선스를 따르며, 상업적 및 비상업적 사용 모두 무료입니다.

<br>


---

# 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.myshell.ai/ko/technology/melotts.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.
