diff --git a/lib_v5/vr_network/modelparams/1band_sr44100_hl512_nf1024.json b/lib_v5/vr_network/modelparams/1band_sr44100_hl512_nf1024.json index 0cdf45b..120ef1a 100644 --- a/lib_v5/vr_network/modelparams/1band_sr44100_hl512_nf1024.json +++ b/lib_v5/vr_network/modelparams/1band_sr44100_hl512_nf1024.json @@ -1,5 +1,5 @@ { - "bins": 1024, + "bins": 512, "unstable_bins": 0, "reduction_bins": 0, "band": { @@ -8,12 +8,12 @@ "hl": 512, "n_fft": 1024, "crop_start": 0, - "crop_stop": 1024, + "crop_stop": 512, "hpf_start": -1, "res_type": "sinc_best" } }, "sr": 44100, - "pre_filter_start": 1023, - "pre_filter_stop": 1024 + "pre_filter_start": 511, + "pre_filter_stop": 512 } \ No newline at end of file