File size: 742 Bytes
6fdc9db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"_class_name": "AudioPreprocessor",
"_diffusers_version": "0.36.0",
"add_ambience": true,
"add_reverb": true,
"add_room": true,
"ambience_rms_db": -48.0,
"bitrate": "256k",
"codec": "mp3",
"container_format": null,
"do_comp": true,
"do_eq": false,
"do_limiter": true,
"do_roundtrip": true,
"final_peak_dbfs": -1.0,
"force_stereo": true,
"hpf_hz": 90.0,
"initial_peak_dbfs": -3.0,
"limit_dbfs": -1.0,
"lpf_hz": 10000.0,
"narrow_width": 0.35,
"output_format": "s16p",
"predelay_ms": 12.0,
"presence_gain_db": 2.0,
"return_float": true,
"reverb_wet": 0.04,
"room_bed_rms_db": -52.0,
"room_hp_hz": 40.0,
"room_lp_hz": 12000.0,
"room_noise_kind": "pink",
"rt60": 0.35,
"sr": 16000
}
|