Create preprocessor_config.json
Browse files- preprocessor_config.json +5 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"feature_extractor_type": "MoonshineFeatureExtractor",
|
3 |
+
"processor_class": "MoonshineProcessor",
|
4 |
+
"sampling_rate": 16000
|
5 |
+
}
|