How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Lyra is a voice compression framework and low-bitrate speech codec designed to transmit high-quality audio over bandwidth-constrained networks. It utilizes an adaptive bitrate audio codec to balance audio quality and network bandwidth during active sessions. The project employs generative audio compression, using neural networks to synthesize speech signals from minimal data and reconstruct missing audio details. This allows for high-quality voice audio reconstruction from highly compressed byte streams. The system covers bandwidth-optimized voice over IP and real-time voice communication, f
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
Jukebox is a generative audio model and AI music synthesis tool designed to create high-fidelity music samples and singing voices. It functions as a deep learning system that synthesizes raw audio conditioned on genre and artist metadata, utilizing a neural audio codec to convert raw audio into discrete codes for generative modeling and reconstruction. The system enables musical style steering and AI music composition by conditioning generation on specific artists, genres, and lyrics. It supports audio priming, allowing existing wave files to guide the creation of new musical sequences, and p
This is a PyTorch library for implementing vector and scalar quantization to create discrete latent representations in neural networks. It provides a suite of modules and utilities for converting continuous vectors into discrete codes, supporting architectures such as vector quantized variational autoencoders. The library features specialized mechanisms to maintain codebook health and efficiency, including random vector re-initialization to prevent codebook collapse and k-means centroid initialization to accelerate convergence. It supports diverse quantization strategies such as recursive res
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 main features of facebookresearch/encodec are: Neural Audio Compression, Audio Sample Reconstruction, Waveform Decoders, Discrete Audio Representations, Audio Codebook Tokenization, Residual Vector Quantizers, Residual, Discrete Token Extraction.
Projects with overlapping indexed features include: google/lyra — Lyra is a voice compression framework and low-bitrate speech codec designed to transmit high-quality audio over… facebookresearch/audiocraft — Audiocraft is a deep learning audio library and machine learning framework designed for training, fine-tuning, and… openai/jukebox — Jukebox is a generative audio model and AI music synthesis tool designed to create high-fidelity music samples and… lucidrains/vector-quantize-pytorch — This is a PyTorch library for implementing vector and scalar quantization to create discrete latent representations in… plachtaa/vall-e-x — VALL-E-X is a neural speech synthesis framework and zero-shot text-to-speech engine. It functions as a multilingual… wiseodd/generative-models — This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating…