SNAC: Multi-Scale Neural Audio Codec
About
Neural audio codecs have recently gained popularity because they can represent audio signals with high fidelity at very low bitrates, making it feasible to use language modeling approaches for audio generation and understanding. Residual Vector Quantization (RVQ) has become the standard technique for neural audio compression using a cascade of VQ codebooks. This paper proposes the Multi-Scale Neural Audio Codec, a simple extension of RVQ where the quantizers can operate at different temporal resolutions. By applying a hierarchy of quantizers at variable frame rates, the codec adapts to the audio structure across multiple timescales. This leads to more efficient compression, as demonstrated by extensive objective and subjective evaluations. The code and model weights are open-sourced at https://github.com/hubertsiuzdak/snac.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Speech Reconstruction | LibriTTS clean (test) | PESQ2.561 | 50 | |
| Audio Reconstruction | MusicDB (test) | -- | 28 | |
| Audio Reconstruction | AudioSet (test) | Mel Distance (44kHz)0.828 | 15 | |
| Speech Quality Evaluation | Common Voice 17 | Quality Score (NL)2.193 | 14 | |
| 5.1 Surround Audio Reconstruction | Blender open movie collection sequences 2006-2012 (test) | SI-SDR (Front L/R)4.83 | 7 | |
| Speech Reconstruction | LibriTTS (test) | PESQ2.25 | 7 | |
| Stereo Music Reconstruction | FMA small | SI-SDR4.2 | 7 |