{"id":15109541,"url":"https://github.com/myshell-ai/melotts","last_synced_at":"2025-05-13T17:11:21.308Z","repository":{"id":223371384,"uuid":"760022246","full_name":"myshell-ai/MeloTTS","owner":"myshell-ai","description":"High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.","archived":false,"fork":false,"pushed_at":"2024-12-24T19:17:13.000Z","size":5251,"stargazers_count":5960,"open_issues_count":190,"forks_count":800,"subscribers_count":43,"default_branch":"main","last_synced_at":"2025-04-24T01:59:01.164Z","etag":null,"topics":["chinese","english","french","japanese","korean","multilingual","spanish","text-to-speech","tts"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myshell-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-19T16:49:14.000Z","updated_at":"2025-04-23T23:34:41.000Z","dependencies_parsed_at":"2024-06-19T03:03:13.450Z","dependency_job_id":"371c4c0a-4c3c-48b8-bfdc-c9b82fa2bf32","html_url":"https://github.com/myshell-ai/MeloTTS","commit_stats":null,"previous_names":["myshell-ai/myshellttsbase"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myshell-ai%2FMeloTTS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myshell-ai%2FMeloTTS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myshell-ai%2FMeloTTS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myshell-ai%2FMeloTTS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myshell-ai","download_url":"https://codeload.github.com/myshell-ai/MeloTTS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990470,"owners_count":21995774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chinese","english","french","japanese","korean","multilingual","spanish","text-to-speech","tts"],"created_at":"2024-09-25T23:03:40.098Z","updated_at":"2025-05-13T17:11:16.296Z","avatar_url":"https://github.com/myshell-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cdiv\u003e\u0026nbsp;\u003c/div\u003e\n  \u003cimg src=\"logo.png\" width=\"300\"/\u003e \u003cbr\u003e\n  \u003ca href=\"https://trendshift.io/repositories/8133\" target=\"_blank\"\u003e\u003cimg src=\"https://trendshift.io/api/badge/repositories/8133\" alt=\"myshell-ai%2FMeloTTS | Trendshift\" style=\"width: 250px; height: 55px;\" width=\"250\" height=\"55\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Introduction\nMeloTTS is a **high-quality multi-lingual** text-to-speech library by [MIT](https://www.mit.edu/) and [MyShell.ai](https://myshell.ai). Supported languages include:\n\n| Language | Example |\n| --- | --- |\n| English (American)    | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-US/speed_1.0/sent_000.wav) |\n| English (British)     | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-BR/speed_1.0/sent_000.wav) |\n| English (Indian)      | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN_INDIA/speed_1.0/sent_000.wav) |\n| English (Australian)  | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-AU/speed_1.0/sent_000.wav) |\n| English (Default)     | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/en/EN-Default/speed_1.0/sent_000.wav) |\n| Spanish               | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/es/ES/speed_1.0/sent_000.wav) |\n| French                | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/fr/FR/speed_1.0/sent_000.wav) |\n| Chinese (mix EN)      | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/zh/ZH/speed_1.0/sent_008.wav) |\n| Japanese              | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/jp/JP/speed_1.0/sent_000.wav) |\n| Korean                | [Link](https://myshell-public-repo-host.s3.amazonaws.com/myshellttsbase/examples/kr/KR/speed_1.0/sent_000.wav) |\n\nSome other features include:\n- The Chinese speaker supports `mixed Chinese and English`.\n- Fast enough for `CPU real-time inference`.\n\n## Usage\n- [Use without Installation](docs/quick_use.md)\n- [Install and Use Locally](docs/install.md)\n- [Training on Custom Dataset](docs/training.md)\n\nThe Python API and model cards can be found in [this repo](https://github.com/myshell-ai/MeloTTS/blob/main/docs/install.md#python-api) or on [HuggingFace](https://huggingface.co/myshell-ai).\n\n**Contributing**\n\nIf you find this work useful, please consider contributing to this repo.\n\n- Many thanks to [@fakerybakery](https://github.com/fakerybakery) for adding the Web UI and CLI part.\n\n## Authors\n\n- [Wenliang Zhao](https://wl-zhao.github.io) at Tsinghua University\n- [Xumin Yu](https://yuxumin.github.io) at Tsinghua University\n- [Zengyi Qin](https://www.qinzy.tech) (project lead) at MIT and MyShell\n\n**Citation**\n```\n@software{zhao2024melo,\n  author={Zhao, Wenliang and Yu, Xumin and Qin, Zengyi},\n  title = {MeloTTS: High-quality Multi-lingual Multi-accent Text-to-Speech},\n  url = {https://github.com/myshell-ai/MeloTTS},\n  year = {2023}\n}\n```\n\n## License\n\nThis library is under MIT License, which means it is free for both commercial and non-commercial use.\n\n## Acknowledgements\n\nThis implementation is based on [TTS](https://github.com/coqui-ai/TTS), [VITS](https://github.com/jaywalnut310/vits), [VITS2](https://github.com/daniilrobnikov/vits2) and [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2). We appreciate their awesome work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyshell-ai%2Fmelotts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyshell-ai%2Fmelotts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyshell-ai%2Fmelotts/lists"}