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

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

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

5 مستودعات

Awesome GitHub RepositoriesAudio Sample Reconstruction

Processes that convert model samples into final audio waveforms with configurable formats.

Distinct from Audio Generation Models: Focuses on the reconstruction of waveforms from model samples

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Audio Sample Reconstruction. Refine with filters or upvote what's useful.

Awesome Audio Sample Reconstruction GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • facebookresearch/audiocraftالصورة الرمزية لـ facebookresearch

    facebookresearch/audiocraft

    23,379عرض على GitHub↗

    Audiocraft is a deep learning audio library and machine learning framework designed for training, fine-tuning, and evaluating generative models for music and sound effects. It functions as a text-to-music generative model and a neural audio codec, providing the tools necessary to compress audio signals into discrete representations and synthesize high-fidelity waveforms from textual descriptions. The framework is distinguished by its ability to combine multiple conditioning signals, allowing for the generation of audio based on text prompts, melodic excerpts, or style-based audio clips. It al

    Generates audio outputs from model samples using configurable batch sizes and output formats.

    Jupyter Notebook
    عرض على GitHub↗23,379
  • open-mmlab/amphionالصورة الرمزية لـ open-mmlab

    open-mmlab/Amphion

    9,844عرض على GitHub↗

    Amphion is an audio generation toolkit designed for the research and development of models that synthesize speech, music, and environmental sound effects. It provides a standardized framework for reproducible audio synthesis, incorporating a text-to-speech engine and a voice conversion framework. The project specializes in transforming audio identities, allowing for the modification of speaker accents and voice identities while preserving original rhythm and style. It also includes capabilities for singing voice synthesis and the generation of environmental soundscapes from text descriptions

    Produces high-quality audio waveforms from intermediate representations using specialized neural vocoders.

    Pythonaudio-generationaudio-synthesisaudioldm
    عرض على GitHub↗9,844
  • google/lyraالصورة الرمزية لـ google

    google/lyra

    3,964عرض على GitHub↗

    Lyra هو إطار عمل لضغط الصوت وبرنامج ترميز (codec) للكلام بمعدل بت منخفض مصمم لنقل صوت عالي الجودة عبر الشبكات ذات النطاق الترددي المحدود. يستخدم برنامج ترميز صوتي تكيفي لموازنة جودة الصوت والنطاق الترددي للشبكة أثناء الجلسات النشطة. يستخدم المشروع ضغط الصوت التوليدي، مستخدماً الشبكات العصبية لتوليف إشارات الكلام من الحد الأدنى من البيانات وإعادة بناء تفاصيل الصوت المفقودة. وهذا يسمح بإعادة بناء صوت عالي الجودة من تدفقات بايت مضغوطة للغاية. يغطي النظام تقنية نقل الصوت عبر بروتوكول الإنترنت (VoIP) المحسنة للنطاق الترددي والاتصالات الصوتية في الوقت الفعلي، مع التركيز على ضغط الكلام بمعدل بت منخفض للحفاظ على استقرار المكالمات. تشمل قدراته تعديل معدل بت الصوت الديناميكي ومعالجة الصوت لمنع التأخير وانقطاع الإشارة في بيئات الشبكة غير المستقرة.

    Uses generative models to reconstruct high-quality speech waveforms from model samples.

    C++
    عرض على GitHub↗3,964
  • facebookresearch/encodecالصورة الرمزية لـ facebookresearch

    facebookresearch/encodec

    3,893عرض على GitHub↗

    EnCodec is a neural audio codec and compression tool designed to transform raw audio waveforms into discrete codes and reconstruct them back into sound. It functions as a system for neural audio representation, converting continuous audio signals into sequences of integer indices for use in generative AI tasks. The project utilizes a residual vector quantizer, which employs multiple layers of codebooks to represent audio signals with high precision at low bitrates. This approach allows the system to compress audio to discrete codes and perform low bitrate audio coding for efficient transmissi

    Converts discrete compressed codes back into playable audio signals without distortion.

    Python
    عرض على GitHub↗3,893
  • sdatkinson/neural-amp-modelerالصورة الرمزية لـ sdatkinson

    sdatkinson/neural-amp-modeler

    2,460عرض على GitHub↗

    Neural Amp Modeler is an open-source project that captures the tonal character of analog audio gear by training a neural network on paired dry and reamped audio recordings. It provides a complete pipeline for learning how a guitar amplifier, effects pedal, or other audio device transforms a signal, then exports the trained model into a portable file format for use in other applications. The project centers on a file-format-based approach to model distribution, where each trained neural network is saved as a single .nam file that can be shared and loaded by different host applications. A real-

    Trains neural networks from paired dry and reamped audio recordings to learn gear transformations.

    Python
    عرض على GitHub↗2,460
  1. Home
  2. Artificial Intelligence & ML
  3. Audio Generation Models
  4. Audio Sample Reconstruction

استكشف الوسوم الفرعية

  • Audio Gear Model TrainersTraining processes that learn how audio gear transforms a signal from paired dry and reamped recordings. **Distinct from Audio Sample Reconstruction:** Distinct from Audio Sample Reconstruction: focuses on training a model from paired recordings rather than reconstructing waveforms from model samples.