RTX 3050 - Order Now
Home / Blog / Tutorials / MeloTTS Deployment Guide
Tutorials

MeloTTS Deployment Guide

MeloTTS is a compact multilingual TTS that runs fast on almost any GPU - good voice quality and permissive licence.

MeloTTS from MyShell is a compact multilingual TTS library with support for English, Spanish, French, Chinese, Japanese, and Korean. On our dedicated GPU hosting it is the fastest permissively-licensed option at reasonable quality.

Contents

Install

pip install melo-tts
python -m unidic download

Example

from melo.api import TTS

tts = TTS(language="EN", device="cuda")
speaker_ids = tts.hps.data.spk2id

text = "Hello from a GigaGPU dedicated server."
tts.tts_to_file(text, speaker_ids["EN-US"], "out.wav", speed=1.0)

Pre-shipped speakers: EN-US, EN-BR (British), EN-INDIA, EN-AU, EN-Default. Multilingual code supports ES, FR, ZH, JA, KR.

Throughput

On a 4060 8GB:

  • 10-word sentence: ~0.3 seconds generation
  • Real-time factor: ~0.05x (20x faster than playback)
  • Throughput: hundreds of seconds of audio per minute

MeloTTS is notably faster than Parler-TTS or Bark because the model is smaller and the architecture is optimised for speed over voice variety.

Alternatives

ModelVoice QualitySpeedLicence
MeloTTSGoodVery fastMIT
Parler-TTSExcellentFastApache 2.0
Fish SpeechExcellent (clonable)ModerateCC-BY-NC-SA (non-commercial)
BarkExpressiveSlowMIT

For high-throughput voice needs (notifications, narration pipelines), MeloTTS wins on cost. For expressive voiceovers, Parler or Fish Speech sound better.

Fast Multilingual TTS Hosting

MeloTTS on UK dedicated GPUs, any card.

Browse GPU Servers

See Parler-TTS and Fish Speech.

Need a Dedicated GPU Server?

Deploy from RTX 3050 to RTX 5090. Full root access, NVMe storage, 1Gbps — UK datacenter.

Browse GPU Servers

admin

We benchmark, deploy, and optimise GPU infrastructure for AI workloads. All data in our guides comes from real-world testing on our UK-based dedicated GPU servers.

Ready to deploy your AI workload?

Dedicated GPU servers from our UK datacenter. NVMe storage, 1Gbps networking, full root access.

Browse GPU Servers Contact Sales

Have a question? Need help?