Amphion is a free, open source compliance & risk management project written in Python and released under MIT. It has 10,301 GitHub stars, 850 forks and 174 open issues, and was last pushed 6 months ago. On this registry it ranks #7 of 45 tracked projects in Compliance & Risk Management, with 5 head-to-head comparisons available. It gained 6 stars over the last 3 tracked days.

What is Amphion?

Amphion is an MIT-licensed Python toolkit for audio, music and speech generation that gives researchers and engineers a shared, reproducible base for tasks such as text to speech, singing voice synthesis, voice conversion and text to audio.

What it is

Amphion lives in the open-source Python audio and machine-learning research ecosystem, maintained under the open-mmlab GitHub organisation. The repository states a North-Star objective of offering a platform for studying the conversion of any inputs into audio. It covers several individual generation tasks in one place: Text to Speech (TTS), Singing Voice Synthesis (SVS), Voice Conversion (VC), Accent Conversion (AC), Singing Voice Conversion (SVC) and Text to Audio (TTA) are supported, while Text to Music (TTM) is still in development. Beyond the tasks themselves, the project ships vocoders, which produce the high-quality audio signal, and evaluation metrics, which keep scores comparable across experiments. It also includes work on building large-scale datasets for speech synthesis, such as Emilia-Large at over 200,000 hours, and it offers visualisations of classic models and architectures, which the README presents as its unique feature.

The concrete problem it addresses is fragmentation. Each generation task normally arrives as its own paper, its own codebase, its own vocoder choice and its own measurement convention, so results are hard to compare and hard for a newcomer to enter. Amphion gathers the tasks, the vocoders and the evaluation metrics behind one project, which is what allows the metrics to stay consistent between generation tasks and what supports reproducible research. The stated audience is junior researchers and engineers who want to get started in audio, music and speech generation research and development, and the architecture visualisations exist specifically so that those readers can understand a model before running it. Distribution follows that audience: code on GitHub, pretrained checkpoints on Hugging Face, and at least one model runnable from a Colab notebook.

Key capabilities

  • Six supported generation tasks in one toolkit: TTS, SVS, VC, AC, SVC and TTA, with TTM in development.
  • Vevo2 (models/svc/vevo2/README.md), a unified and controllable framework that bridges speech and singing voice generation through unified prosody learning, covering TTS, SVS, VC, SVC, singing voice editing, singing style conversion and melody control.
  • DualCodec (models/codec/dualcodec/README.md), a low-frame-rate neural audio codec operating at 12.5Hz or 25Hz, semantically enhanced with an SSL feature, extracting discrete tokens for efficient speech generation.
  • Metis (models/tts/metis), a foundation model for unified speech generation supporting zero-shot text-to-speech, voice conversion, target speaker extraction, speech enhancement and lip-to-speech.
  • Vevo1.5 (models/svc/vevosing/README.md), which extends Vevo for unified and controllable generation of both speech and singing voice.
  • Bundled vocoders and evaluation metrics, so audio quality and scoring stay consistent across tasks.
  • Large-scale dataset work, including the Emilia-Large dataset with over 200,000 hours of data.

Who uses it and how

  • Junior researchers and engineers entering audio, music and speech generation research and development, using the architecture visualisations as the entry point.
  • Research groups that need reproducible experiments and consistent evaluation metrics across several generation tasks rather than one metric per paper.
  • Teams building speech-synthesis datasets at scale, using the project's large-scale dataset work such as Emilia-Large.
  • Singing voice and voice conversion practitioners, who can work with Vevo2 and Vevo1.5 for melody control and singing style conversion.
  • Developers needing zero-shot text-to-speech, speech enhancement or lip-to-speech, who can adopt Metis as a foundation model.

Getting started

Clone the open-mmlab/Amphion repository and follow the per-model README files, such as models/tts/metis, models/svc/vevo2/README.md, models/svc/vevosing/README.md and models/codec/dualcodec/README.md, with pretrained checkpoints published on Hugging Face as amphion/metis and RMSnow/Vevo2. DualCodec is additionally runnable from a hosted Colab notebook, and Vevo2 has a demo page at versasinger.github.io.

How it compares

No paid products or comparable third-party toolkits are named in the facts for this page. The model names that appear as topics on the project, such as FastSpeech2, NaturalSpeech2, MaskGCT and AudioLDM, are tags on Amphion rather than separate alternatives to it, so it stands alone in this registry entry.

When to use it — and when not to

A self-hoster must operate a Python environment and work through each model's own README, and training or fine-tuning models such as Metis or Vevo2 means supplying the compute and managing large datasets such as Emilia-Large independently; no pip package, Docker image or compose file is given in the facts, so there is no single-command deployment path. Teams that want a turnkey hosted API, a support contract or a managed service should not pick this project, and Text to Music is not yet supported. The repository also carries 174 open issues, its registry category of Business Software / Compliance & Risk Management does not describe an audio generation toolkit, and the tagline is truncated in the listing, so readers should go to the project documentation rather than rely on this page alone.

project readme (upstream, from github) — read inline

Amphion: An Open-Source Audio, Music, and Speech Generation Toolkit

open-mmlab%2FAmphion | Trendshift


Amphion (/æmˈfaɪən/) is a toolkit for Audio, Music, and Speech Generation. Its purpose is to support reproducible research and help junior researchers and engineers get started in the field of audio, music, and speech generation research and development. Amphion offers a unique feature: visualizations of classic models or architectures. We believe that these visualizations are beneficial for junior researchers and engineers who wish to gain a better understanding of the model.

The North-Star objective of Amphion is to offer a platform for studying the conversion of any inputs into audio. Amphion is designed to support individual generation tasks, including but not limited to,

  • TTS: Text to Speech (⛳ supported)
  • SVS: Singing Voice Synthesis (⛳ supported)
  • VC: Voice Conversion (⛳ supported)
  • AC: Accent Conversion (⛳ supported)
  • SVC: Singing Voice Conversion (⛳ supported)
  • TTA: Text to Audio (⛳ supported)
  • TTM: Text to Music (👨‍💻 developing)
  • more…

In addition to the specific generation tasks, Amphion includes several vocoders and evaluation metrics. A vocoder is an important module for producing high-quality audio signals, while evaluation metrics are critical for ensuring consistent metrics in generation tasks. Moreover, Amphion is dedicated to advancing audio generation in real-world applications, such as building large-scale datasets for speech synthesis.

🚀 News

  • 2026/03/25: We release Vevo2, a unified and controllable framework for speech and singing voice generation. Vevo2 bridges controllable speech and singing voice generation via unified prosody learning, supporting TTS, SVS, VC, SVC, Singing Voice Editing, Singing Style Conversion, Melody Control, and more. arXiv hf WebPage readme
  • 2025/05/26: We release DualCodec, a low-frame-rate (12.5Hz or 25Hz), semantically-enhanced (with SSL feature) Neural Audio Codec designed to extract discrete tokens for efficient speech generation.paperOpen In Colabdemo pagecode
  • 2025/04/12: We release Vevo1.5, which extends Vevo and focuses on unified and controllable generation for both speech and singing voice. Vevo1.5 can be applied into a series of speech and singing voice generation tasks, including VC, TTS, AC, SVS, SVC, Speech/Singing Voice Editing, Singing Style Conversion, and more. blog
  • 2025/02/26: We release Metis, a foundation model for unified speech generation. The system supports zero-shot text-to-speech, voice conversion, target speaker extraction, speech enhancement, and lip-to-speech. arXiv hf
  • 2025/02/26: The Emilia-Large dataset, featuring over 200,000 hours of data, is now available!!! Emilia-Large combines the original 101k-hour Emilia dataset (licensed under CC BY-NC 4.0) with the brand-new 114k-hour Emilia-YODAS dataset (licensed under CC BY 4.0). Download at hf. Check details at arXiv.
  • 2025/01/30: We release Amphion v0.2 Technical Report, which provides a comprehensive overview of the Amphion updates in 2024. arXiv
  • 2025/01/23: MaskGCT and Vevo got accepted by ICLR 2025! 🎉
  • 2024/12/22: We release the reproduction of Vevo, a zero-shot voice imitation framework with controllable timbre and style. Vevo can be applied into a series of speech generation tasks, including VC, TTS, AC, and more. The released pre-trained models are trained on Emilia dataset and achieve SOTA zero-shot VC performance. arXiv hf WebPage readme
  • 2024/10/19: We release MaskGCT, a fully non-autoregressive TTS model that eliminates the need for explicit alignment information between text and speech supervision. MaskGCT is trained on Emilia dataset and achieves SOTA zero-shot TTS performance. arXiv hf hf ModelScope ModelScope readme
  • 2024/09/01: Amphion, Emilia and DSFF-SVC got accepted by IEEE SLT 2024! 🤗
  • 2024/08/28: Welcome to join Amphion's Discord channel to stay connected and engage with our community!
  • 2024/08/20: SingVisio got accepted by Computers & Graphics, available here!

readme truncated — read the full docs on github

Frequently asked questions

Is Amphion free to use?

Amphion is open source under the MIT licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does Amphion do?

Amphion (/æmˈfaɪən/) is a toolkit for Audio, Music, and Speech Generation. Its purpose is to support reproducible research and help junior researchers and engin

What is Amphion written in?

Amphion is primarily written in Python. Its source is publicly available at https://github.com/open-mmlab/Amphion, and it has 10,301 GitHub stars.