vspeech commited on
Commit
71c8781
·
verified ·
1 Parent(s): 0a88a53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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://github.com/vspeech/ESDCodec.git
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
- - [**SCNet**](https://github.com/vspeech/SCNet)
 
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)