Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ python infer.py
|
|
| 41 |
1. Clone and install
|
| 42 |
```bash
|
| 43 |
pip install "esdcodec[tts]"
|
| 44 |
-
git clone https://
|
| 45 |
cd ESDCodec
|
| 46 |
```
|
| 47 |
|
|
@@ -63,4 +63,4 @@ data.segment_speech.segment_length=96000
|
|
| 63 |
This repo is directly based on the following excellent projects:
|
| 64 |
|
| 65 |
- [**DualCodec**](https://github.com/jiaqili3/DualCodec)
|
| 66 |
-
- [**
|
|
|
|
| 41 |
1. Clone and install
|
| 42 |
```bash
|
| 43 |
pip install "esdcodec[tts]"
|
| 44 |
+
git clone https://anonymous.4open.science/r/ESDCodec.git
|
| 45 |
cd ESDCodec
|
| 46 |
```
|
| 47 |
|
|
|
|
| 63 |
This repo is directly based on the following excellent projects:
|
| 64 |
|
| 65 |
- [**DualCodec**](https://github.com/jiaqili3/DualCodec)
|
| 66 |
+
- [**DAC**](https://github.com/descriptinc/descript-audio-codec)
|