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

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

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

espeak-ng/espeak-ng

0
View on GitHub↗
6,604 نجوم·1,243 تفرعات·C·GPL-3.0·15 مشاهدات

Espeak Ng

espeak-ng هو محرك تحويل النص إلى كلام متعدد اللغات ومكتبة قائمة على C تحول النص المكتوب إلى صوت منطوق عبر لغات ولهجات إقليمية مختلفة. يعمل كواجهة برمجية لتضمين قدرات التوليف في التطبيقات الخارجية ومحول نص صوتي يترجم النص المكتوب إلى رموز صوتية (phoneme).

يستخدم النظام طرق توليف متعددة، بما في ذلك توليف التشكيل (formant) لتوليد الأصوات الصوتية رياضياً وتوليف ثنائي الصوت (diphone) لإنتاج الصوت عن طريق ربط المقاطع الصوتية المسجلة مسبقاً. يدمج معالج كلام قادراً على تحليل علامات SSML وHTML للتحكم في طبقة الصوت وتوقيته.

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

تتوفر واجهة سطر أوامر لتشغيل توليد الكلام وإدارة إعدادات إخراج الصوت.

Features

  • Multilingual Text-to-Speech Engines - Acts as a comprehensive engine for converting written text into spoken audio across various languages and dialects.
  • Speech Synthesis Libraries - Provides a C-based library for embedding multilingual text-to-speech and phonetic conversion capabilities directly into external applications.
  • Diphone Synthesizers - Implements a speech generator that produces audio by concatenating pre-recorded diphone segments.
  • Formant Synthesizers - Uses mathematical models of the vocal tract to generate human-like sounds via formant synthesis.
  • Formant Synthesis - Uses mathematical models of the human vocal tract to generate artificial speech sounds via formant synthesis.
  • Grapheme To Phoneme Conversion - Translates written text into phonetic codes using predefined letter-to-sound conversion tables and language-specific rules.
  • Diphone Synthesis - Implements speech synthesis by concatenating pre-recorded audio segments that capture transitions between phonetic sounds.
  • Text-to-Speech Integrations - Provides a library interface for embedding speech synthesis capabilities into software to automate audio generation.
  • C Library Interfaces - Provides a C-based library for embedding speech synthesis and custom voice profiles into external applications.
  • Native C Synthesis Interfaces - Exposes low-level C library functions to enable the embedding of speech synthesis and phonetic conversion in external software.
  • Command-Line Speech Synthesizers - Provides a command line interface for triggering speech generation and managing audio output settings.
  • Phonetic Text Processors - Translates written text into phoneme codes with pitch and length information for linguistic analysis.
  • SSML Conversions - Processes SSML and HTML tags to provide precise control over the delivery, timing, and pitch of speech.
  • Synthesis Parameter Configuration - Provides controls for modifying the speaking rate, pitch, and voice profiles to adjust synthesis output.
  • Phonetic Data Export - Generates phoneme sequences and phonetic data from text for use in linguistic analysis.
  • Pronunciation Customization - Provides tools to modify phoneme tables and intonation rules to define specific language pronunciations.
  • Speech Synthesis Markup Controls - Supports SSML and HTML tags to programmatically control the pitch, timing, and prosody of synthesized speech.
  • Voice Library Extensions - Enables the extension of the voice library by adding new voice entries via definition files and phoneme maps.
  • Pronunciation Dictionaries - Uses extended pronunciation dictionaries to improve the accuracy and coverage of synthesized speech.
  • Synthetic Voice Design - Supports the definition of language pronunciation rules and vocal characteristics to create specific accents and tones.
  • Voice Definition Tables - Uses external definition files and phoneme translation maps to configure vocal characteristics and pronunciation.
  • Voice Property Specifications - Allows the specification of output characteristics by defining language, regional variants, gender, and voice names.
  • AI & Machine Learning - Versatile open-source speech synthesizer.
  • أدوات المطور - Multi-lingual text-to-speech engine.

سجل النجوم

مخطط تاريخ النجوم لـ espeak-ng/espeak-ngمخطط تاريخ النجوم لـ espeak-ng/espeak-ng

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Espeak Ng.
  • lokerl/tts-vueالصورة الرمزية لـ LokerL

    LokerL/tts-vue

    6,098عرض على GitHub↗

    🎤 微软语音合成工具,使用 Electron Vue ElementPlus Vite 构建。

    TypeScriptelectronelement-plustts
    عرض على GitHub↗6,098
  • koljab/realtimettsالصورة الرمزية لـ KoljaB

    KoljaB/RealtimeTTS

    3,964عرض على GitHub↗

    RealtimeTTS is a real-time text-to-speech engine and stream processor designed to convert text or token streams into audio playback with minimal latency. It provides a programmatic interface for managing audio streams, synthesis progress, and the integration of local or cloud-based speech engines. The system includes a neural voice cloning tool that generates synthetic speech by extracting acoustic features from reference audio samples. It utilizes a provider-based abstraction to route synthesis requests across different neural models and cloud APIs. The project covers a range of functional

    Pythonpythonrealtimespeech-synthesis
    عرض على GitHub↗3,964
  • remsky/kokoro-fastapiالصورة الرمزية لـ remsky

    remsky/Kokoro-FastAPI

    4,422عرض على GitHub↗

    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

    Pythonfastapihuggingface-spaceskokoro
    عرض على GitHub↗4,422
  • moonshine-ai/moonshineالصورة الرمزية لـ moonshine-ai

    moonshine-ai/moonshine

    8,527عرض على GitHub↗

    Moonshine is a complete on-device voice interface toolkit that provides speech recognition, text-to-speech synthesis, phonetic processing, speaker diarization, and intent recognition, all running locally on edge hardware without any cloud dependency. It executes quantized neural networks for speech and language tasks directly on the device, enabling fully offline conversational AI capabilities. The toolkit distinguishes itself by orchestrating multi-turn spoken exchanges through a conversational flow manager that maintains context across interactions and manages branching dialog flows. It inc

    C++
    عرض على GitHub↗8,527
عرض جميع البدائل الـ 30 لـ Espeak Ng→

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

ما هي وظيفة espeak-ng/espeak-ng؟

espeak-ng هو محرك تحويل النص إلى كلام متعدد اللغات ومكتبة قائمة على C تحول النص المكتوب إلى صوت منطوق عبر لغات ولهجات إقليمية مختلفة. يعمل كواجهة برمجية لتضمين قدرات التوليف في التطبيقات الخارجية ومحول نص صوتي يترجم النص المكتوب إلى رموز صوتية (phoneme).

ما هي الميزات الرئيسية لـ espeak-ng/espeak-ng؟

الميزات الرئيسية لـ espeak-ng/espeak-ng هي: Multilingual Text-to-Speech Engines, Speech Synthesis Libraries, Diphone Synthesizers, Formant Synthesizers, Formant Synthesis, Grapheme To Phoneme Conversion, Diphone Synthesis, Text-to-Speech Integrations.

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

تشمل البدائل مفتوحة المصدر لـ espeak-ng/espeak-ng: lokerl/tts-vue — 🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。. koljab/realtimetts — RealtimeTTS is a real-time text-to-speech engine and stream processor designed to convert text or token streams into… remsky/kokoro-fastapi — Kokoro-FastAPI is a text-to-speech API and LLM speech synthesis server that generates spoken audio from text via a… moonshine-ai/moonshine — Moonshine is a complete on-device voice interface toolkit that provides speech recognition, text-to-speech synthesis,… supertone-inc/supertonic — Supertonic is an on-device neural text-to-speech engine that runs entirely locally without cloud dependencies or GPU… myshell-ai/melotts — MeloTTS is an open-source text-to-speech library that generates natural-sounding speech across six languages, with the…