Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ Distribution of DistilCodec training data is shown in below table:
|
|
34 |
## Inference of DistilCodec
|
35 |
The code is in [DistilCodec](https://github.com/IDEA-Emdoor-Lab/DistilCodec).
|
36 |
|
37 |
-
### Part1: Generating discrete
|
38 |
|
39 |
```python
|
40 |
|
@@ -62,7 +62,7 @@ print(audio_tokens)
|
|
62 |
|
63 |
```
|
64 |
|
65 |
-
### Part2: Reconstruct audio from raw
|
66 |
```python
|
67 |
|
68 |
from distil_codec import DistilCodec, demo_for_generate_audio_codes
|
|
|
34 |
## Inference of DistilCodec
|
35 |
The code is in [DistilCodec](https://github.com/IDEA-Emdoor-Lab/DistilCodec).
|
36 |
|
37 |
+
### Part1: Generating discrete audio tokens from DistilCodec
|
38 |
|
39 |
```python
|
40 |
|
|
|
62 |
|
63 |
```
|
64 |
|
65 |
+
### Part2: Reconstruct audio from raw audio
|
66 |
```python
|
67 |
|
68 |
from distil_codec import DistilCodec, demo_for_generate_audio_codes
|