-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 16bd698
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# [WIP] SNAC 🍿 | ||
|
||
Multi-**S**cale **N**eural **A**udio **C**odec (SNAC) compressess 44.1 kHz audio into discrete codes at a low bitrate. | ||
|
||
It encodes audio into hierarchical tokens similarly to SoundStream, EnCodec, and DAC (see the image | ||
on the left). However, SNAC introduces a simple change where coarse tokens are sampled less frequently, | ||
covering a broader time span (see the image on the right). | ||
|
||
This can not only save on bitrate, but more importantly this might be very useful for language modeling approaches to | ||
audio generation. E.g. with coarse tokens of ~10 Hz and a context window of 2048 you can effectively model a | ||
consistent structure of an audio track for ~3 minutes. | ||
|
||
![snac.png](img%2Fsnac.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.