---
title: "metavoice-src"
type: "tool"
slug: "metavoiceio-metavoice-src"
canonical_url: "https://www.graphcanon.com/tools/metavoiceio-metavoice-src"
github_url: "https://github.com/metavoiceio/metavoice-src"
homepage_url: "https://themetavoice.xyz/"
stars: 4201
forks: 692
primary_language: "Python"
license: "Apache-2.0"
archived: false
categories: ["model-training", "speech-audio"]
tags: ["deep-learning", "ai", "voice-clone", "text-to-speech", "speech", "tts", "pytorch", "speech-synthesis"]
updated_at: "2026-07-11T12:07:23.215666+00:00"
---

# metavoice-src

> Foundational model for human-like, expressive TTS

Foundational model for human-like, expressive TTS

## Facts

- Repository: https://github.com/metavoiceio/metavoice-src
- Homepage: https://themetavoice.xyz/
- Stars: 4,201 · Forks: 692 · Open issues: 64 · Watchers: 80
- Primary language: Python
- License: Apache-2.0
- Last pushed: 2024-07-30T22:13:01+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Dormant (computed 2026-07-11T12:07:10.575Z)
- Security scan: Findings present (0 critical, 0 high, 0 medium, 214 low) · last scan 2026-07-11T12:07:13.234Z
- Full report: [trust report](/tools/metavoiceio-metavoice-src/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/metavoiceio-metavoice-src/trust)

## Categories

- [Model Training](/categories/model-training.md)
- [Speech & Audio](/categories/speech-audio.md)

## Tags

deep-learning, ai, voice-clone, text-to-speech, speech, tts, pytorch, speech-synthesis

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [tensorflow](/tools/tensorflow-tensorflow.md) - An Open Source Machine Learning Framework for Everyone (★ 196,300) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [generative-ai-for-beginners](/tools/microsoft-generative-ai-for-beginners.md) - 21 Lessons, Get Started Building with Generative AI (★ 112,866) [Very active]
- [whisper](/tools/openai-whisper.md) - Robust Speech Recognition via Large-Scale Weak Supervision (★ 104,745) [Steady]
- [pytorch](/tools/pytorch-pytorch.md) - Tensors and Dynamic neural networks in Python with strong GPU acceleration (★ 101,752) [Very active]
- [LLMs-from-scratch](/tools/rasbt-llms-from-scratch.md) - Implement a ChatGPT-like LLM in PyTorch from scratch, step by step (★ 98,899) [Steady]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
## Installation

**Pre-requisites:**
- GPU VRAM >=12GB
- Python >=3.10,<3.12
- pipx ([installation instructions](https://pipx.pypa.io/stable/installation/))

**Environment setup**
```bash

---

# install ffmpeg
wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz.md5
md5sum -c ffmpeg-git-amd64-static.tar.xz.md5
tar xvf ffmpeg-git-amd64-static.tar.xz
sudo mv ffmpeg-git-*-static/ffprobe ffmpeg-git-*-static/ffmpeg /usr/local/bin/
rm -rf ffmpeg-git-*

---

# install rust if not installed (ensure you've restarted your terminal after installation)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

---

### Project dependencies installation
1. [Using poetry](#using-poetry-recommended)
2. [Using pip/conda](#using-pipconda)

#### Using poetry (recommended)
```bash

---

# install poetry if not installed (ensure you've restarted your terminal after installation)
pipx install poetry

---

# if running from Linux, keyring backend can hang on `poetry install`. This prevents that.
export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/metavoiceio-metavoice-src`](/api/graphcanon/tools/metavoiceio-metavoice-src)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
