Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome NVIDIA TTS

Awesome License: CC0-1.0 PRs Welcome

A curated registry of tools, models, microservices, and integrations for text-to-speech (TTS) with NVIDIA technology. Covers cloud APIs, self-hosted NVIDIA Speech NIM Microservices, embedded Jetson deployments, voice cloning, and agent-facing MCP integrations.


Contents


Core NVIDIA TTS Products

Product Best For Deployment
NVIDIA Speech NIM Microservices Production self-hosted TTS microservice Cloud / data center / workstation GPUs
NVIDIA Riva TTS Full speech-AI stack (ASR + TTS + NMT) Self-hosted Docker or Jetson
Riva Studio / NeMo TTS Custom voice training and fine-tuning Cloud training, on-prem GPUs
NVIDIA ACE / Audio2Face Digital-human facial animation driven by TTS audio RTX workstations, cloud

TTS NIM Microservice

The NVIDIA Speech NIM Microservices package pre-trained NeMo models into optimized, self-contained inference containers.

Available models

Model Languages Modes Key Capability
Magpie TTS Multilingual English, Spanish, French, German, Mandarin, Vietnamese, Italian, Hindi, Japanese Streaming + Offline Multi-voice, multi-language synthesis
Magpie TTS Zeroshot English Streaming + Offline Voice cloning from 3–10s reference audio
Magpie TTS Flow English Offline Voice cloning with audio prompt + transcript
Chatterbox TTS Multilingual 23 languages incl. Arabic, Korean, Portuguese, Russian Streaming + Offline Emotion exaggeration

Deployment


NVIDIA Riva TTS

Riva is NVIDIA's speech-AI SDK. The TTS skill supports high-quality, low-latency synthesis with gRPC and Python clients.

  • NVIDIA Riva Official — Speech AI SDK with ASR, TTS, and NMT.
  • Riva TTS Quick Start Official
  • Riva Skills on Embedded Official — Jetson deployment guide.
  • Riva Python Client Official
  • List voices & synthesize:
    python3 /opt/riva/examples/talk.py --list-voices
    python3 /opt/riva/examples/talk.py \
      --text "Hello from NVIDIA Riva" \
      --voice Magpie-Multilingual.EN-US.Mia \
      --language-code en-US \
      --output /opt/riva/wav/output.wav

Riva Studio / NeMo TTS

For custom voices and fine-tuned models.


Digital-Human Audio (ACE / Audio2Face)

While not pure TTS, these products consume TTS output to animate digital humans.

Speech-to-Speech / Voice AI

End-to-end voice agents and blueprints built on NVIDIA speech models.


Deployment Targets

Target Product Notes
Cloud / data center Speech NIM, Riva Server Requires NVAIE for production; Docker/Helm on Kubernetes. Note: Riva Server x86 data-center deployments are deprecated as of Riva 2.24.0; use NVIDIA Speech NIM for x86/cloud TTS.
Workstation / RTX PC Speech NIM, Riva, Audio2Face Local inference for dev/test and digital humans
Embedded / Jetson Riva TTS (arm64 quickstart) Optimized models for Jetson Orin / Nano
Hosted API build.nvidia.com NIM endpoints Prototyping and low-volume inference; rate-limited

Voice Capabilities

  • Multilingual synthesis — 23+ languages across Magpie and Chatterbox models.
  • Voice cloning / Zeroshot — Clone a voice from a few seconds of reference audio.
  • Emotional styles — Select emotions such as Happy, Calm, Excited via voice naming (e.g. Magpie-Multilingual.EN-US.Aria.Happy).
  • SSML support — Control phoneme pronunciation and prosody.
  • Streaming & offline — Low-latency streaming for agents; offline for batch content.
  • Custom pronunciation dictionaries — IPA-based word-to-phoneme mappings.

SDKs, Clients & Integrations


Community Tools & Examples


Learning Resources


Contributing

Read CONTRIBUTING.md for the quality bar, entry format, and PR process.


License

This list is released into the public domain under CC0-1.0.

Want us to build this for you?

Enterprise AI Atlas is maintained by Vibe Coding Agency. We prototype and ship agentic systems, MCP servers, and enterprise AI integrations for teams that need working software fast — without hiring a full AI engineering team.

Free guide: The Non-Technical Founder's Guide to Agentic AI — what agents and MCP servers are, and how to get a system built.

About

Curated NVIDIA text-to-speech (TTS) models, SDKs, and voice AI resources.

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages