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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebookresearch/audiocraftAvatar de facebookresearch

    facebookresearch/audiocraft

    23,379Ver en 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
    Ver en GitHub↗23,379
  • open-mmlab/amphionAvatar de open-mmlab

    open-mmlab/Amphion

    9,844Ver en 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
    Ver en GitHub↗9,844
  • google/lyraAvatar de google

    google/lyra

    3,964Ver en GitHub↗

    Lyra es un framework de compresión de voz y códec de voz de baja tasa de bits diseñado para transmitir audio de alta calidad a través de redes con ancho de banda limitado. Utiliza un códec de audio de tasa de bits adaptativa para equilibrar la calidad del audio y el ancho de banda de la red durante sesiones activas. El proyecto emplea compresión de audio generativa, utilizando redes neuronales para sintetizar señales de voz a partir de datos mínimos y reconstruir detalles de audio faltantes. Esto permite la reconstrucción de voz de alta calidad a partir de flujos de bytes altamente comprimidos. El sistema cubre voz sobre IP optimizada para ancho de banda y comunicación de voz en tiempo real, centrándose en la compresión de voz de baja tasa de bits para mantener la estabilidad de las llamadas. Sus capacidades incluyen el ajuste dinámico de la tasa de bits de audio y el procesamiento de voz para evitar retrasos y caídas de señal en entornos de red inestables.

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

    C++
    Ver en GitHub↗3,964
  • facebookresearch/encodecAvatar de facebookresearch

    facebookresearch/encodec

    3,893Ver en 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
    Ver en GitHub↗3,893
  • sdatkinson/neural-amp-modelerAvatar de sdatkinson

    sdatkinson/neural-amp-modeler

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

Explorar subetiquetas

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