Update preprocessor_config.json
Browse filesMade it compatible with Parler-TTS
- preprocessor_config.json +4 -3
preprocessor_config.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
|
|
|
| 3 |
"feature_size": 1,
|
| 4 |
-
"
|
| 5 |
"padding_side": "right",
|
| 6 |
"padding_value": 0.0,
|
| 7 |
"return_attention_mask": true,
|
| 8 |
"sampling_rate": 16000
|
| 9 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"chunk_length_s": null,
|
| 3 |
+
"feature_extractor_type": "EncodecFeatureExtractor",
|
| 4 |
"feature_size": 1,
|
| 5 |
+
"overlap": null,
|
| 6 |
"padding_side": "right",
|
| 7 |
"padding_value": 0.0,
|
| 8 |
"return_attention_mask": true,
|
| 9 |
"sampling_rate": 16000
|
| 10 |
+
}
|