HKUST-Audio
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ To use `xcodec2`, ensure you have it installed. You can install it using the fol
|
|
23 |
```bash
|
24 |
conda create -n xcodec2 python=3.9
|
25 |
conda activate xcodec2
|
26 |
-
pip install xcodec2==0.1.
|
27 |
```
|
28 |
Then,
|
29 |
```python
|
|
|
23 |
```bash
|
24 |
conda create -n xcodec2 python=3.9
|
25 |
conda activate xcodec2
|
26 |
+
pip install xcodec2==0.1.3 (Fix the bug in the previous version to achieve better sound quality)
|
27 |
```
|
28 |
Then,
|
29 |
```python
|