awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebookresearch/audiocraftAvatar von facebookresearch

    facebookresearch/audiocraft

    23,379Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,379
  • open-mmlab/amphionAvatar von open-mmlab

    open-mmlab/Amphion

    9,844Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,844
  • google/lyraAvatar von google

    google/lyra

    3,964Auf GitHub ansehen↗

    Lyra ist ein Sprachkomprimierungs-Framework und ein Low-Bitrate-Sprachcodec, der für die Übertragung von qualitativ hochwertigem Audio über bandbreitenbeschränkte Netzwerke entwickelt wurde. Er nutzt einen adaptiven Bitraten-Audiocodec, um Audioqualität und Netzwerkbandbreite während aktiver Sitzungen auszubalancieren. Das Projekt verwendet generative Audiokompression und nutzt neuronale Netze, um Sprachsignale aus minimalen Daten zu synthetisieren und fehlende Audiodetails zu rekonstruieren. Dies ermöglicht eine hochwertige Sprachaudiorekonstruktion aus stark komprimierten Byteströmen. Das System deckt bandbreitenoptimierte Voice-over-IP und Echtzeit-Sprachkommunikation ab, wobei der Fokus auf der Sprachkomprimierung mit niedriger Bitrate liegt, um die Anrufstabilität aufrechtzuerhalten. Zu den Funktionen gehören die dynamische Anpassung der Audio-Bitrate und die Sprachaudioverarbeitung, um Verzögerungen und Signalausfälle in instabilen Netzwerkumgebungen zu verhindern.

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

    C++
    Auf GitHub ansehen↗3,964
  • facebookresearch/encodecAvatar von facebookresearch

    facebookresearch/encodec

    3,893Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,893
  • sdatkinson/neural-amp-modelerAvatar von sdatkinson

    sdatkinson/neural-amp-modeler

    2,460Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,460
  1. Home
  2. Artificial Intelligence & ML
  3. Audio Generation Models
  4. Audio Sample Reconstruction

Unter-Tags erkunden

  • 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.