Skip to content

Commit 3c04ac6

Browse files
committed
Revise neural audio codecs documentation for clarity and detail, enhancing the introduction and practical example sections to better explain the capabilities and usage of SoundStream, EnCodec, and HILCodec.
1 parent 3e59c1c commit 3c04ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/audio_intelligence/neural_audio_codecs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
Neural audio codecs represent a transformative approach to audio compression, leveraging deep learning models to achieve superior sound quality at lower bitrates compared to traditional methods. This article examines three pioneering implementations — SoundStream, EnCodec, and HILCodec — while contextualizing their innovations within the broader landscape of AI-driven audio processing.
5+
Neural audio codecs are a new generation of audio compression tools powered by deep learning. Unlike traditional codecs, which rely on hand-crafted signal processing, neural codecs learn to compress and reconstruct audio directly from data, achieving much higher quality at lower bitrates. In this guide, we’ll explore three leading neural audio codecs—SoundStream, EnCodec, and HILCodec—highlighting what makes each unique. You’ll also find practical code examples showing how to use neural audio codecs to compress and reconstruct audio, so you can experience their capabilities firsthand.
66

77
## Traditional Audio Codecs
88

@@ -206,7 +206,7 @@ HILCodec matches or outperforms both traditional and leading neural codecs (like
206206

207207
## Code
208208

209-
Let's walk through a hands-on example to see how to use one of these neural audio codecs in practice. We will use EnCodec [2].
209+
Let's walk through a hands-on example to see how to use one of these neural audio codecs in practice. Here, we will use EnCodec [2], but the fundamental steps are similar for other codecs like SoundStream or HILCodec.
210210

211211
```python linenums="1"
212212
# Load the required packages

0 commit comments

Comments
 (0)