awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kyutai-labs avatar

kyutai-labs/pocket-tts

0
View on GitHub↗

Pocket Tts

Pocket-tts is a text-to-speech server and neural speech synthesizer that converts written text into audible speech. It includes a CPU-optimized inference engine and a voice cloning tool capable of analyzing audio samples to reproduce specific speaker characteristics.

The system differentiates itself through the use of dynamic int8 quantization to reduce memory usage and increase generation speed on processors. It supports real-time speech synthesis by streaming audio chunks incrementally and utilizes voice state caching to store processed embeddings as portable files, bypassing redundant processing during speaker cloning.

The project covers a broad range of capabilities, including local model hosting and self-hosted API services for remote audio generation. It provides utilities for model initialization across multiple languages and a native backend to handle computationally intensive synthesis operations.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Features

  • Text-to-Speech - Implements a high-fidelity neural speech synthesizer for converting written text into spoken audio across multiple languages.
  • Voice Cloning - Replicates specific human vocal characteristics from audio samples to generate synthetic speech.
  • Voice Cloning Tools - Processes custom audio recordings to extract speaker characteristics for high-quality synthetic speech.
  • CPU Inference Runtimes - Provides a runtime optimized for CPU execution using dynamic int8 quantization for fast speech generation.
  • C++ Inference Backends - Implements a high-performance synthesis backend written in C++ to handle computationally intensive operations.
  • CPU Inference Quantizers - Utilizes dynamic int8 quantization to reduce memory usage and accelerate inference on CPU hardware.
  • Real-Time Speech Synthesis - Generates natural-sounding speech output in real time for low-latency interactive applications.
  • Incremental Synthesis - Provides incremental audio streaming to enable low-latency, real-time playback of synthetic speech.
  • Text To Speech - A comprehensive toolkit and server for synthesizing realistic human speech from text.
  • High-Fidelity Speech Synthesis - Uses neural vocoders to produce high-fidelity audio from text with support for multiple languages.
  • Text-to-Speech Engines - Provides a local engine for converting written text into natural-sounding human speech.
  • Embedding Exports - Provides voice state caching by exporting analyzed speaker characteristics as portable files to bypass redundant cloning processing.
  • Quantized Model Deployments - Deploys models using low-precision quantization to optimize memory and speed on CPU hardware.
  • Model Performance Optimization - Enhances model speed and reduces memory usage through dynamic int8 quantization.
  • Self-Hosted Synthesis Servers - Hosts a local web server and API to manage speech models and generate audio on demand.
  • Voice Embedding Precomputations - Converts audio samples into reusable embedding files to streamline speech generation.
  • Embedding Caches - Caches precomputed vector embeddings of voice characteristics to avoid redundant processing during cloning.
  • Voice Feature Caching - Stores extracted vocal characteristics in local files to accelerate repeated synthesis using the same voice.
  • Generative Audio Chunking - Enables immediate playback by sequentially yielding audio waveform chunks as they are being generated.
  • Local API Servers - Provides a local API server to expose text-to-speech conversion capabilities via HTTP requests.
  • Model Inference APIs - Exposes model inference functionality through a web server to enable remote audio generation.
3,301 stars·365 forks·Python·mit·36 views

Star history

Star history chart for kyutai-labs/pocket-ttsStar history chart for kyutai-labs/pocket-tts

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

Frequently asked questions

What does kyutai-labs/pocket-tts do?

Pocket-tts is a text-to-speech server and neural speech synthesizer that converts written text into audible speech. It includes a CPU-optimized inference engine and a voice cloning tool capable of analyzing audio samples to reproduce specific speaker characteristics.

What are the main features of kyutai-labs/pocket-tts?

The main features of kyutai-labs/pocket-tts are: Text-to-Speech, Voice Cloning, Voice Cloning Tools, CPU Inference Runtimes, C++ Inference Backends, CPU Inference Quantizers, Real-Time Speech Synthesis, Incremental Synthesis.

Which projects share features with kyutai-labs/pocket-tts?

Projects with overlapping indexed features include: moonshotai/kimi-audio — Kimi-Audio is a large language model audio foundation model designed to understand audio input and generate… babysor/mockingbird — MockingBird is an AI voice cloning tool and text-to-speech system designed to generate synthetic speech. It functions… coqui-ai/tts — This project is a deep learning text-to-speech toolkit used for training and deploying neural speech synthesis models.… openbmb/voxcpm — VoxCPM is a multilingual speech synthesis system and text-to-speech inference server. It functions as an AI voice… elevenlabs/elevenlabs-python — This Python SDK provides a comprehensive toolkit for synthetic audio generation, voice cloning, and the development of… bytedance/megatts3 — MegaTTS3 is a bilingual speech synthesis system that generates natural-sounding speech in Chinese and English,…

Projects sharing features with Pocket Tts

These projects share indexed features with Pocket Tts. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • moonshotai/kimi-audioMoonshotAI avatar

    MoonshotAI/Kimi-Audio

    4,492View on GitHub↗

    Kimi-Audio is a large language model audio foundation model designed to understand audio input and generate high-fidelity speech responses in real time. It functions as a unified system encompassing a text-to-speech synthesis engine and a speech-to-text transcription tool. The project enables real-time audio conversations through a multi-modal conversation loop and chunk-wise streaming detokenization to reduce playback latency. It provides controls over speech speed, accent, and emotional tone during conversational audio generation. The system covers audio intelligence capabilities, includin

    Python
    View on GitHub↗4,492
  • babysor/mockingbirdbabysor avatar

    babysor/MockingBird

    36,903View on GitHub↗

    MockingBird is an AI voice cloning tool and text-to-speech system designed to generate synthetic speech. It functions as a voice synthesis trainer for building custom models from audio datasets, a command-line generator for producing audio files, and a text-to-speech server for remote application integration. The project specializes in real-time voice cloning, which extracts vocal characteristics from short audio samples to mimic a target speaker's unique timbre. It utilizes reference-driven audio synthesis to condition pre-trained models on specific audio samples, allowing for the generation

    Pythonaideep-learningpytorch
    View on GitHub↗36,903
  • coqui-ai/ttscoqui-ai avatar

    coqui-ai/TTS

    45,568View on GitHub↗

    This project is a deep learning text-to-speech toolkit used for training and deploying neural speech synthesis models. It provides a comprehensive framework for converting written text into spoken audio, utilizing neural vocoders to transform synthesized spectrograms into high-fidelity audio waveforms. The toolkit includes a voice cloning system that replicates specific human voices by extracting speaker embeddings from short audio samples. It also supports multi-speaker audio synthesis, allowing the generation of speech across different vocal identities using specialized model architectures.

    Pythondeep-learningglow-ttshifigan
    View on GitHub↗45,568
  • openbmb/voxcpmOpenBMB avatar

    OpenBMB/VoxCPM

    29,985View on GitHub↗

    VoxCPM is a multilingual speech synthesis system and text-to-speech inference server. It functions as an AI voice cloning tool and a synthetic voice designer, capable of generating natural speech across global languages and regional dialects using a GPU-accelerated audio generator. The project features a speech model fine-tuning framework that supports both full parameter updates and low-rank adaptation for customizing voice characteristics. It enables high-fidelity voice cloning from reference audio, including cross-lingual voice transfer and acoustic environment mimicry, as well as the crea

    Pythonaudiodeeplearningminicpm
    View on GitHub↗29,985
Compare all 30 related projects→