DAC (Descript Audio Codec)
High-fidelity universal neural audio codec by Descript for compression.
About
The Descript Audio Codec, usually shortened to DAC, is a neural audio compression model that squeezes 44.1 kHz audio into discrete tokens at 8 kbps, a compression ratio of roughly 90x, while preserving fidelity across speech, music, and environmental sound. Built on an improved RVQGAN architecture, it outperforms earlier codecs such as EnCodec and SoundStream at comparable bitrates, and pretrained models are provided for 16 kHz, 24 kHz, and 44.1 kHz sample rates. Because it produces compact discrete codes, DAC is widely used as the tokenizer stage in audio language models and generative audio systems, serving as a drop-in replacement for EnCodec. The project ships a command-line interface for encoding and decoding, a Python API for programmatic use, and Docker images with GPU support. Descript releases the code and model weights under the MIT license, and its typical audience is researchers and engineers working on speech synthesis, music generation, and audio compression.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Music & Audio Generation
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Added
- Apr 3, 2026
Related Tools
Audio generation framework by Meta including MusicGen for text-to-music.
Latent diffusion model for text-to-audio, music, and speech generation.
Audio super-resolution model for upsampling audio to higher sample rates.
State-of-the-art music source separation model by Meta for splitting tracks.
Fast music generation model producing full songs with lyrics in seconds.
PyTorch library for deep learning research on audio generation including MusicGen and AudioGen.