preprocessor_config.json
| 1 | { |
| 2 | "processor_class": "VibeVoiceProcessor", |
| 3 | "speech_tok_compress_ratio": 3200, |
| 4 | "db_normalize": true, |
| 5 | "audio_processor": { |
| 6 | "feature_extractor_type": "VibeVoiceTokenizerProcessor", |
| 7 | "sampling_rate": 24000, |
| 8 | "normalize_audio": true, |
| 9 | "target_dB_FS": -25, |
| 10 | "eps": 1e-06 |
| 11 | }, |
| 12 | "language_model_pretrained_name": "Qwen/Qwen2.5-1.5B" |
| 13 | } |