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

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

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

7 रिपॉजिटरी

Awesome GitHub RepositoriesPhoneme-Based Speech Processors

Text-to-speech pipelines that use phonetic representations to ensure consistent pronunciation and prosody.

Distinct from Text-to-Speech: Distinct from general TTS: focuses on the phoneme-based pipeline architecture.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Phoneme-Based Speech Processors. Refine with filters or upvote what's useful.

Awesome Phoneme-Based Speech Processors GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rhasspy/piperrhasspy का अवतार

    rhasspy/piper

    10,584GitHub पर देखें↗

    Piper is a local neural text-to-speech engine designed to convert written text into natural human speech entirely on your own hardware. By utilizing a neural synthesis framework, it operates without the need for internet connectivity, ensuring that all audio generation remains private and secure. The system distinguishes itself through a modular architecture that allows for the dynamic loading of speaker embeddings and voice configurations. This enables users to switch between various vocal personas and styles without requiring a full reload of the core synthesis model. By processing input th

    Utilizes a phoneme-based pipeline to ensure consistent pronunciation across different languages.

    C++speech-synthesistext-to-speechtts
    GitHub पर देखें↗10,584
  • fishaudio/bert-vits2fishaudio का अवतार

    fishaudio/Bert-VITS2

    8,761GitHub पर देखें↗

    Bert-VITS2 is a neural speech synthesis system and AI voice generator designed to convert written text into natural sounding audio. It utilizes a VITS2 engine and a neural speech synthesis model to produce high-fidelity human voices. The system incorporates a multilingual BERT language processor to improve the prosody and emotional accuracy of the generated speech. It supports multilingual voice generation and custom voice cloning to replicate specific human speech patterns and tones. The architecture covers text-to-speech synthesis through a multi-stage pipeline involving phoneme alignment,

    Implements a phoneme-based speech processing pipeline that leverages BERT for improved prosody and timing.

    Pythonagentbertbert-vits
    GitHub पर देखें↗8,761
  • espeak-ng/espeak-ngespeak-ng का अवतार

    espeak-ng/espeak-ng

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

    espeak-ng एक बहुभाषी टेक्स्ट-टू-स्पीच इंजन और C-आधारित लाइब्रेरी है जो लिखित टेक्स्ट को विभिन्न भाषाओं, लहजों और क्षेत्रीय बोलियों में बोले गए ऑडियो में परिवर्तित करती है। यह बाहरी एप्लिकेशन में संश्लेषण क्षमताओं को एम्बेड करने के लिए एक प्रोग्रामेटिक इंटरफेस और एक फोनेटिक टेक्स्ट कनवर्टर दोनों के रूप में कार्य करता है जो लिखित टेक्स्ट को फोनेम कोड में अनुवादित करता है। यह सिस्टम कई संश्लेषण विधियों का उपयोग करता है, जिसमें गणितीय रूप से मुखर ध्वनियाँ उत्पन्न करने के लिए फॉर्मेंट संश्लेषण और पूर्व-रिकॉर्ड किए गए फोनेटिक सेगमेंट को जोड़कर ऑडियो बनाने के लिए डिफोन संश्लेषण शामिल है। इसमें ऑडियो पिच और टाइमिंग को नियंत्रित करने के लिए SSML और HTML टैग को पार्स करने में सक्षम एक स्पीच प्रोसेसर शामिल है। इंजन फोनेटिक अनुवाद मैप्स और परिभाषा फ़ाइलों के माध्यम से कस्टम वॉयस डिज़ाइन और भाषा उच्चारण अनुकूलन के लिए टूल्स प्रदान करता है। यह WAV प्रारूप में ऑडियो फ़ाइल एक्सपोर्ट, प्लेबैक गति समायोजन और भाषाई विश्लेषण के लिए फोनेटिक डेटा के निर्माण का समर्थन करता है। स्पीच जनरेशन को ट्रिगर करने और ऑडियो आउटपुट सेटिंग्स को प्रबंधित करने के लिए एक कमांड लाइन इंटरफेस उपलब्ध है।

    Generates phoneme sequences and phonetic data from text for use in linguistic analysis.

    C
    GitHub पर देखें↗6,604
  • snakers4/silero-modelssnakers4 का अवतार

    snakers4/silero-models

    5,977GitHub पर देखें↗

    This is a collection of pre-trained neural models for speech recognition, synthesis, and voice activity detection. It provides a library of assets designed for speech-to-text, text-to-speech, and the identification of human speech segments within audio. The project features text-to-speech synthesis with support for multiple languages and the use of Speech Synthesis Markup Language to control prosody, pitch, and timing. For speech recognition, the system includes capabilities for transcribing audio to text with word-level timestamp extraction and an automated punctuation restorer to insert cap

    Implements a synthesis pipeline that converts text into phonetic representations to ensure natural pronunciation.

    Jupyter Notebookarmenianazerbaijanibelarus
    GitHub पर देखें↗5,977
  • remsky/kokoro-fastapiremsky का अवतार

    remsky/Kokoro-FastAPI

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

    Kokoro-FastAPI is a text-to-speech API and LLM speech synthesis server that generates spoken audio from text via a REST interface. It functions as a Kubernetes-native deployment designed for orchestrated speech synthesis. The system includes a voice blending engine that creates unique vocal profiles by mixing multiple existing voices using custom weight ratios. The service provides real-time audio streaming to reduce latency and generates word-level timestamps for speech synchronization. It manages hardware efficiency through on-demand model loading to optimize VRAM usage and includes system

    Uses a phoneme-based pipeline to convert raw text into phonetic representations for consistent speech synthesis.

    Pythonfastapihuggingface-spaceskokoro
    GitHub पर देखें↗4,422
  • andabi/deep-voice-conversionandabi का अवतार

    andabi/deep-voice-conversion

    3,941GitHub पर देखें↗

    यह प्रोजेक्ट TensorFlow पर आधारित एक वॉइस कन्वर्जन फ्रेमवर्क और डीप लर्निंग ऑडियो टूलकिट है, जिसे न्यूरल वॉइस स्टाइल ट्रांसफर के लिए बनाया गया है। यह एक स्पीच सिंथेसिस इंजन के रूप में काम करता है जो सोर्स स्पीकर की आवाज़ की स्पेक्ट्रल विशेषताओं को टारगेट स्पीकर की आवाज़ में बदल देता है। यह सिस्टम वॉइस कन्वर्जन के लिए फोनम-आधारित (phoneme-based) दृष्टिकोण अपनाता है, जो ऑडियो को स्पीकर-इंडिपेंडेंट फोनम में वर्गीकृत करता है और फिर उन्हें टारगेट वॉइस का उपयोग करके फिर से सिंथेसाइज करता है। यह पाइपलाइन अलग-अलग स्पीकर्स के बीच ऑडियो फीचर्स को मैप करके वॉइस विशेषताओं को बदलने की सुविधा देती है। इस टूलकिट में मल्टीपल GPUs पर ऑडियो मॉडल ट्रेनिंग, टेंसर डेटा नॉर्मलाइजेशन और मॉडल हाइपरपैरामीटर्स के प्रबंधन की क्षमताएं शामिल हैं। यह परफॉरमेंस मॉनिटरिंग के लिए भी टूल्स प्रदान करता है, जैसे कि कन्फ्यूजन मैट्रिक्स के जरिए क्लासिफिकेशन एक्यूरेसी को विज़ुअलाइज़ करना।

    Generates audio waveforms by converting classified phoneme sequences into the voice of a target speaker.

    Python
    GitHub पर देखें↗3,941
  • ohf-voice/piper1-gplOHF-Voice का अवतार

    OHF-Voice/piper1-gpl

    2,897GitHub पर देखें↗

    This project is a neural text-to-speech system and voice trainer that converts written text into spoken audio across a variety of global languages and regional dialects. It functions as an ONNX-based engine capable of performing fast offline inference and uses a phoneme-based controller to manage precise pronunciation. The system distinguishes itself through a comprehensive toolkit for neural voice training, allowing for the creation of custom single-speaker or multi-speaker models. It supports the export of these models to a standardized open format and provides hardware acceleration via gra

    Converts text into a sequence of specific speech sounds to ensure precise pronunciation and intonation.

    C++
    GitHub पर देखें↗2,897
  1. Home
  2. Artificial Intelligence & ML
  3. Text-to-Speech
  4. Phoneme-Based Speech Processors

सब-टैग एक्सप्लोर करें

  • Phoneme-Based SynthesizersEngines that generate audio waveforms by mapping phonetic representations to specific voice characteristics. **Distinct from Phoneme-Based Speech Processors:** Focuses on the synthesis engine that produces audio waveforms, not just the text-to-phoneme processing pipeline.
  • Phoneme-to-Waveform SynthesisThe specific process of generating audio waveforms from classified phoneme sequences. **Distinct from Phoneme-Based Speech Processors:** Focuses on the generation of waveforms from phonemes, while Phoneme-Based Speech Processors covers the broader pipeline including text-to-phoneme.
  • Phonetic Data ExportUtilities for exporting synthesized text as phoneme sequences for linguistic analysis. **Distinct from Phoneme-Based Speech Processors:** Focuses on exporting phonetic data for external use rather than using phonemes to drive the internal synthesis engine.
  • Raw Phoneme InjectionCapabilities to override automatic text-to-speech synthesis by inserting specific raw phonemes directly into the input. **Distinct from Phoneme-Based Speech Processors:** Distinct from Phoneme-Based Speech Processors: focuses on the manual injection of phonemes to override the automated pipeline