Skip to content

Commit f435a58

Browse files
authored
Update README.md
1 parent a436c61 commit f435a58

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Descript Audio Codec (.dac)
22

3-
<!-- ![](https://static.arxiv.org/static/browse/0.3.4/images/icons/favicon-32x32.png) -->
3+
44

55

66
This repository contains training and inference scripts
77
for the Descript Audio Codec (.dac), a high fidelity general
88
neural audio codec.
99

10+
![](https://static.arxiv.org/static/browse/0.3.4/images/icons/favicon-16x16.png) [arXiv Paper Link](http://arxiv.org/abs/2306.06546) <br>
11+
📈 [Demo Site](https://descript.notion.site/Descript-Audio-Codec-11389fce0ce2419891d6591a68f814d5)<br>
12+
[Model Weights](https://github.com/descriptinc/descript-audio-codec/releases/download/0.0.1/weights.pth)
1013

1114
## Usage
1215

@@ -17,6 +20,16 @@ cd descript-audio-codec
1720
pip install .
1821
```
1922

23+
### Weights
24+
Weights are released as part of this repo under MIT license.
25+
They are automatically downloaded when you first run `encode` or `decode` command. They can be cached locally with
26+
```
27+
python3 -m dac download
28+
```
29+
We provide a Dockerfile that installs all required dependencies for encoding and decoding. The build process caches model weights inside the image. This allows the image to be used without an internet connection. [Please refer to instructions below.](#docker-image)
30+
31+
32+
2033
### Compress audio
2134
```
2235
python3 -m dac encode /path/to/input --output /path/to/output/codes

0 commit comments

Comments
 (0)