Spaces:
Sleeping
Sleeping
| # Operator hyperparameters for BlindSubbandFiltering | |
| # Adapted from informed_dereverberation.op_hp in conf/tester/blind_dereverberation_BUDDy.yaml | |
| fix_EQ_extremes: True | |
| NFFT: 1024 | |
| win_length: 512 | |
| hop: 128 | |
| window: "hann" | |
| Nf: 100 | |
| EQ_freqs: [0,125,250,375,500,625,750,875,1000,1250,1500,1750,2000,2250,2500,2750,3000,3500,4000,4500,5000,5500,6000,6500,7000,7500,8000] | |
| init_single_value: True | |
| init_params: | |
| T60_breakpoints: [0.1] | |
| multiexp_weighting: [2] | |
| init_phases: "random_coherent" | |
| minimum_phase: True | |
| fix_direct_path: True | |
| num_GL_iter: 1 | |
| cumulative_decays: False | |
| decay_scale: 1 | |
| Amin: 0 | |
| Amax: 40 | |
| T60min: 0.1 | |
| T60max: 2 | |
| clamp_A: True | |
| clamp_decay: True | |
| strictly_decreasing_decay: False | |
| enforce_long_decay_in_second_exponential: True | |
| n_iter_PR: 5 | |