awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
WhisperSpeech avatar

WhisperSpeech/WhisperSpeech

0
View on GitHub↗
4,617 نجوم·271 تفرعات·Jupyter Notebook·MIT·13 مشاهداتwhisperspeech.github.io/WhisperSpeech↗

WhisperSpeech

WhisperSpeech هو نظام تحويل الكلام إلى نص متعدد اللغات ونظام تحويل النص إلى كلام عصبي. يعمل عن طريق عكس بنية نموذج Whisper لتحويل النص إلى صوت اصطناعي عالي الدقة.

يتيح النظام استنساخ الصوت باستخدام ملفات صوتية مرجعية لتقليد متحدثين محددين. يدعم إنتاج الكلام متعدد اللغات، والذي يتضمن القدرة على توليد الصوت عبر لغات مختلفة والتعامل مع تبديل اللغة داخل جملة واحدة.

يغطي المشروع مجموعة واسعة من قدرات الكلام، بما في ذلك توليد النص إلى كلام وإعداد مجموعة بيانات الكلام. يتضمن أدوات لنسخ الكلام إلى نص، واستخراج الرموز الصوتية، واكتشاف نشاط الصوت.

Features

  • Text-to-Speech - Generates high-fidelity synthetic audio from text using a neural multi-stage token pipeline.
  • Voice Cloning Tools - Enables mimicking specific speakers using reference audio files to guide synthetic speech generation.
  • Zero-Shot Voice Cloning - Provides zero-shot voice cloning by extracting speaker embeddings from short reference audio clips.
  • Multilingual Text-to-Speech Engines - Specializes in multilingual speech production with seamless mixing of multiple languages in one output.
  • Voice Cloning Engines - Mimics specific human voices by using reference audio samples to guide the synthesis engine.
  • Inverted Architecture Models - Utilizes an inverted Whisper model architecture to convert text into high-fidelity synthetic audio.
  • Multilingual Speech Synthesizers - Produces spoken audio in multiple languages with the ability to switch languages within a single sentence.
  • Cross-Lingual Semantic Mappings - Implements a shared semantic space to enable seamless language switching within a single synthetic speech stream.
  • Acoustic Token Pipelines - Ships a multi-stage pipeline that separates linguistic and sonic features via semantic and acoustic tokenization.
  • Speech Dataset Engineering - Provides a complete pipeline for transcribing audio and extracting tokens to build speech synthesis training sets.
  • Speech-to-Text Transcribers - Transcribes audio segments into text and semantic tokens to create high-quality training datasets.
  • Neural Audio Pipelines - Implements an end-to-end neural pipeline using semantic and acoustic tokens to generate high-fidelity synthetic speech.
  • Discrete Token Extraction - Uses discrete token extraction to represent audio as quantized sequences for language-model-based speech generation.

سجل النجوم

مخطط تاريخ النجوم لـ whisperspeech/whisperspeechمخطط تاريخ النجوم لـ whisperspeech/whisperspeech

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ WhisperSpeech

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع WhisperSpeech.
  • zyphra/zonosالصورة الرمزية لـ Zyphra

    Zyphra/Zonos

    7,225عرض على GitHub↗

    Zonos is a controllable audio synthesis engine and large language model for text-to-speech. It serves as a multilingual speech generator capable of producing audio in English, Japanese, Chinese, French, and German. The system provides zero-shot voice cloning, allowing the replication of specific human voices using short audio samples. It supports the capture of nuanced behaviors, such as whispering, and provides parametric control over speaking rate, pitch, frequency, and emotional tone. The project covers a broad range of expressive speech synthesis and custom audio generation capabilities,

    Python
    عرض على GitHub↗7,225
  • kevinwang676/bark-voice-cloningالصورة الرمزية لـ KevinWang676

    KevinWang676/Bark-Voice-Cloning

    2,957عرض على GitHub↗

    Bark Voice Cloning is a text-to-speech synthesis engine designed to generate natural-sounding audio and replicate specific vocal characteristics. The system utilizes a transformer-based autoregressive model to convert written text into high-fidelity speech, supporting multilingual output and expressive delivery. The project distinguishes itself through zero-shot voice cloning, which extracts speaker identity embeddings from short audio samples to condition the generative model without requiring extensive fine-tuning. It also provides specialized workflows for voice identity conversion, allowi

    Jupyter Notebook
    عرض على GitHub↗2,957
  • babysor/mockingbirdالصورة الرمزية لـ babysor

    babysor/MockingBird

    36,903عرض على 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
    عرض على GitHub↗36,903
  • jasonppy/voicecraftالصورة الرمزية لـ jasonppy

    jasonppy/VoiceCraft

    8,500عرض على GitHub↗

    VoiceCraft is a neural speech generation and manipulation system consisting of a text-to-speech system, a voice cloning tool, and an audio inpainting engine. It uses a large language model approach to synthesize high-fidelity audio from text and replicate speaker identities. The system provides zero-shot voice cloning and speech editing capabilities, allowing users to modify spoken content within existing recordings. This includes an audio inpainting engine that replaces specific sections of audio with new speech while preserving the original acoustic characteristics and speaker identity. Th

    Jupyter Notebook
    عرض على GitHub↗8,500
عرض جميع البدائل الـ 30 لـ WhisperSpeech→

الأسئلة الشائعة

ما هي وظيفة whisperspeech/whisperspeech؟

WhisperSpeech هو نظام تحويل الكلام إلى نص متعدد اللغات ونظام تحويل النص إلى كلام عصبي. يعمل عن طريق عكس بنية نموذج Whisper لتحويل النص إلى صوت اصطناعي عالي الدقة.

ما هي الميزات الرئيسية لـ whisperspeech/whisperspeech؟

الميزات الرئيسية لـ whisperspeech/whisperspeech هي: Text-to-Speech, Voice Cloning Tools, Zero-Shot Voice Cloning, Multilingual Text-to-Speech Engines, Voice Cloning Engines, Inverted Architecture Models, Multilingual Speech Synthesizers, Cross-Lingual Semantic Mappings.

ما هي البدائل مفتوحة المصدر لـ whisperspeech/whisperspeech؟

تشمل البدائل مفتوحة المصدر لـ whisperspeech/whisperspeech: zyphra/zonos — Zonos is a controllable audio synthesis engine and large language model for text-to-speech. It serves as a… kevinwang676/bark-voice-cloning — Bark Voice Cloning is a text-to-speech synthesis engine designed to generate natural-sounding audio and replicate… swivid/f5-tts — F5-TTS is a text-to-speech system that utilizes a flow matching engine and diffusion transformers to generate fluent… babysor/mockingbird — MockingBird is an AI voice cloning tool and text-to-speech system designed to generate synthetic speech. It functions… jasonppy/voicecraft — VoiceCraft is a neural speech generation and manipulation system consisting of a text-to-speech system, a voice… metavoiceio/metavoice-src — This project is an expressive text-to-speech foundation model and voice cloning system designed to synthesize…