Create preprocessor_config.json
Browse files- preprocessor_config.json +6 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"feature_extractor_type": "PyAnnoteFeatureExtractor",
|
3 |
+
"offset": 990,
|
4 |
+
"sampling_rate": 16000,
|
5 |
+
"step": 270
|
6 |
+
}
|