Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,8 @@ datasets:
|
|
19 |
NeuCodec is a Finite Scalar Quantisation (FSQ) based 0.8kbps audio codec for speech tokenization.
|
20 |
It takes advantage of the following features:
|
21 |
|
22 |
-
*
|
|
|
23 |
* At 50 tokens/sec and 16 bits per token, the overall bit-rate is 0.8kbps.
|
24 |
* The codec takes in 16kHz input and outputs 24kHz using an upsampling decoder.
|
25 |
* The FSQ encoding scheme allows for bit-level error resistance suitable for unreliable and noisy channels.
|
|
|
19 |
NeuCodec is a Finite Scalar Quantisation (FSQ) based 0.8kbps audio codec for speech tokenization.
|
20 |
It takes advantage of the following features:
|
21 |
|
22 |
+
* FSQ quantisation resulting in a single codebook, making it ideal for downstream modeling with Speech Language Models.
|
23 |
+
* Trained with CC data such that there are no Non-Commercial data restrictions.
|
24 |
* At 50 tokens/sec and 16 bits per token, the overall bit-rate is 0.8kbps.
|
25 |
* The codec takes in 16kHz input and outputs 24kHz using an upsampling decoder.
|
26 |
* The FSQ encoding scheme allows for bit-level error resistance suitable for unreliable and noisy channels.
|