HKUST-Audio commited on
Commit
ed8beae
·
verified ·
1 Parent(s): e21695a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,11 +1,17 @@
1
  # Getting Started with XCodec2 on Hugging Face
 
 
 
 
 
 
2
 
3
  To use `xcodec2`, ensure you have it installed. You can install it using the following command:
4
 
5
  ```bash
6
  conda create -n xcodec2 python=3.9
7
  conda activate xcodec2
8
- pip install xcodec2
9
  ```
10
  Then,
11
  ```python
 
1
  # Getting Started with XCodec2 on Hugging Face
2
+ XCodec2 is a speech tokenizer offers the following key features:
3
+
4
+ 1. **Single Vector Quantization**
5
+ 2. **50 Tokens per Second**
6
+ 3. **Multilingual Speech Semantic Support and High-Quality Audio Reconstruction**
7
+
8
 
9
  To use `xcodec2`, ensure you have it installed. You can install it using the following command:
10
 
11
  ```bash
12
  conda create -n xcodec2 python=3.9
13
  conda activate xcodec2
14
+ pip install xcodec2==0.1.1
15
  ```
16
  Then,
17
  ```python