awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
myshell-ai avatar

myshell-ai/MeloTTS

0
View on GitHub↗
7,509 स्टार्स·1,049 फोर्क्स·Python·MIT·10 व्यूज़

MeloTTS

MeloTTS is an open-source text-to-speech library that generates natural-sounding speech across six languages, with the ability to mix two languages within a single utterance. Its architecture combines a token-based text frontend with a language-agnostic acoustic model, enabling it to handle bilingual code-switching and produce streaming audio output in real time.

The system is designed to run efficiently on standard CPU hardware without requiring a dedicated GPU, using a lightweight neural network for real-time inference. It supports English, Spanish, French, Chinese, Japanese, and Korean, and can process mixed-language input such as Chinese and English within the same sentence by switching between language-specific acoustic models.

The library provides a freely available toolkit for developers to integrate speech synthesis into applications, with phoneme mapping that preserves language identity and prosodic boundaries across all supported languages.

Features

  • TTS Engine Optimizations - A speech synthesis engine designed to run real-time inference on standard CPU hardware without requiring a dedicated GPU.
  • Bilingual Speech Synthesizers - Handles text containing both Chinese and English within a single utterance for bilingual speech generation.
  • CPU Inference Runtimes - Runs a lightweight neural network model designed for real-time speech synthesis on standard CPU hardware.
  • Speech Inference Runtimes - Runs real-time text-to-speech synthesis on standard CPU hardware without requiring a dedicated GPU.
  • Shared Acoustic Backbones - Uses a shared neural backbone trained on multilingual data to generate speech features independent of input language.
  • Prosody-Preserving Tokenizers - Converts raw text into a tokenised representation that preserves language identity and prosodic boundaries for synthesis.
  • CPU-Based Synthesizers - Runs real-time text-to-speech inference on standard CPU hardware without needing a dedicated GPU.
  • Multilingual Text-to-Speech Engines - Converts written text into natural-sounding speech across multiple languages including English, Spanish, French, Chinese, Japanese, and Korean.
  • Bilingual Code-Switching - Detects and processes mixed-language text within a single utterance by switching between language-specific acoustic models.
  • Open Source Toolkits - A freely available toolkit for developers to integrate high-quality speech synthesis into applications with multi-language support.
  • Grapheme-to-Phoneme Pipelines - Maps input text to language-specific phoneme sequences using a unified phonetic representation across six languages.
  • Streaming Audio Generators - Produces audio output in small chunks during inference to minimise latency and enable real-time playback.
  • AI & Machine Learning - Multi-lingual text-to-speech library.

स्टार हिस्ट्री

myshell-ai/melotts के लिए स्टार हिस्ट्री चार्टmyshell-ai/melotts के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

MeloTTS के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो MeloTTS के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • bytedance/megatts3bytedance का अवतार

    bytedance/MegaTTS3

    6,066GitHub पर देखें↗

    MegaTTS3 is a bilingual speech synthesis system that generates natural-sounding speech in Chinese and English, including seamless code-switching within a single utterance. It functions as a text-to-speech engine, voice cloning system, and speech-to-text alignment tool, built around an acoustic latent compression model that encodes high-resolution audio into compact representations for efficient processing. The system distinguishes itself through accent intensity control, allowing adjustment of a speaker's accent strength in generated speech, and voice cloning from short audio samples for pers

    Pythonresearch
    GitHub पर देखें↗6,066
  • espeak-ng/espeak-ngespeak-ng का अवतार

    espeak-ng/espeak-ng

    6,604GitHub पर देखें↗

    espeak-ng is a multilingual text-to-speech engine and C-based library that converts written text into spoken audio across various languages, accents, and regional dialects. It functions as both a programmatic interface for embedding synthesis capabilities into external applications and a phonetic text converter that translates written text into phoneme codes. The system utilizes multiple synthesis methods, including formant synthesis to generate vocal sounds mathematically and diphone synthesis to produce audio by concatenating pre-recorded phonetic segments. It incorporates a speech processo

    C
    GitHub पर देखें↗6,604
  • opennmt/ctranslate2OpenNMT का अवतार

    OpenNMT/CTranslate2

    4,319GitHub पर देखें↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    C++avxavx2cpp
    GitHub पर देखें↗4,319
  • xlite-dev/lite.ai.toolkitxlite-dev का अवतार

    xlite-dev/lite.ai.toolkit

    4,413GitHub पर देखें↗

    lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of pre-trained models for object detection, image classification, and segmentation on resource-constrained devices. The project features a multi-backend inference engine that supports the ONNX model runtime, allowing AI models to run across different hardware targets. It includes a GPU-accelerated pipeline specifically for NVIDIA hardware to reduce latency and increase processing speed. The toolkit covers a broad range of facial analysis capabilities, including emotion detection, gender

    C++
    GitHub पर देखें↗4,413
MeloTTS के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

myshell-ai/melotts क्या करता है?

MeloTTS is an open-source text-to-speech library that generates natural-sounding speech across six languages, with the ability to mix two languages within a single utterance. Its architecture combines a token-based text frontend with a language-agnostic acoustic model, enabling it to handle bilingual code-switching and produce streaming audio output in real time.

myshell-ai/melotts की मुख्य विशेषताएं क्या हैं?

myshell-ai/melotts की मुख्य विशेषताएं हैं: TTS Engine Optimizations, Bilingual Speech Synthesizers, CPU Inference Runtimes, Speech Inference Runtimes, Shared Acoustic Backbones, Prosody-Preserving Tokenizers, CPU-Based Synthesizers, Multilingual Text-to-Speech Engines।

myshell-ai/melotts के कुछ ओपन-सोर्स विकल्प क्या हैं?

myshell-ai/melotts के ओपन-सोर्स विकल्पों में शामिल हैं: bytedance/megatts3 — MegaTTS3 is a bilingual speech synthesis system that generates natural-sounding speech in Chinese and English,… espeak-ng/espeak-ng — espeak-ng is a multilingual text-to-speech engine and C-based library that converts written text into spoken audio… opennmt/ctranslate2 — CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and… xlite-dev/lite.ai.toolkit — lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of… kennethleungty/llama-2-open-source-llm-cpu-inference — This project provides a framework for executing large language models and performing document-based question answering… freemocap/freemocap — FreeMoCap is an open-source markerless motion capture system that reconstructs 3D human pose from video. It uses a…