FastSpeech 2
by Microsoft Research / community
Non-autoregressive TTS reference implementation — fast and parallelizable.
TL;DR
Non-autoregressive TTS reference implementation — fast and parallelizable.
Best for embedded TTS where inference latency matters more than absolute quality. Pricing: free (MIT).
Category
Open source
License
—
Stars
—
Last push
—
Pricing
free (MIT)
Platforms
Linux
What it is
FastSpeech 2 from Microsoft Research is a non-autoregressive TTS architecture that dramatically reduced inference latency vs. Tacotron-style models. Still widely cited; ming024's MIT-licensed PyTorch port is the canonical implementation for self-hosters. Consent posture: synthetic-only architecture.
Best for: Embedded TTS where inference latency matters more than absolute quality.
Watch out for: Older architecture (2021) — VITS and XTTS now beat it on naturalness.
Watch out for: Older architecture (2021) — VITS and XTTS now beat it on naturalness.
Install / use
git clone https://github.com/ming024/FastSpeech2
Features
| Speaker diarization | No |
| Word-level timestamps | No |
| Streaming / real-time | No |
| Languages supported | 1 |
| HIPAA eligible | No |
FastSpeech 2 vs Whipscribe
| Feature | FastSpeech 2 | Whipscribe |
|---|---|---|
| Category | Open source | Transcription APIs |
| Pricing | free (MIT) | free beta |
| Speaker diarization | — | Yes |
| Word timestamps | — | Yes |
| Streaming | — | No |
| Languages | 1 | 99 |
| Platforms | Linux | Web, API, MCP |
Alternatives to FastSpeech 2
Whipscribe is a managed faster-whisper + whisperX service. If you want transcripts without running infrastructure, paste a URL or drop a file in the form below — you'll have a transcript in seconds.