processor_config.json
| 1 | { |
| 2 | "feature_extractor": { |
| 3 | "feature_extractor_type": "VoxtralRealtimeFeatureExtractor", |
| 4 | "feature_size": 128, |
| 5 | "global_log_mel_max": 1.5, |
| 6 | "hop_length": 160, |
| 7 | "n_fft": 400, |
| 8 | "padding_side": "right", |
| 9 | "padding_value": 0.0, |
| 10 | "return_attention_mask": true, |
| 11 | "sampling_rate": 16000, |
| 12 | "win_length": 400 |
| 13 | }, |
| 14 | "processor_class": "VoxtralRealtimeProcessor" |
| 15 | } |
| 16 | |