Add files via upload

This commit is contained in:
Anjok07
2023-03-31 05:17:02 -05:00
committed by GitHub
parent 0c9628d728
commit a9915c3144

View File

@@ -1,5 +1,5 @@
{ {
"bins": 1024, "bins": 512,
"unstable_bins": 0, "unstable_bins": 0,
"reduction_bins": 0, "reduction_bins": 0,
"band": { "band": {
@@ -8,12 +8,12 @@
"hl": 512, "hl": 512,
"n_fft": 1024, "n_fft": 1024,
"crop_start": 0, "crop_start": 0,
"crop_stop": 1024, "crop_stop": 512,
"hpf_start": -1, "hpf_start": -1,
"res_type": "sinc_best" "res_type": "sinc_best"
} }
}, },
"sr": 44100, "sr": 44100,
"pre_filter_start": 1023, "pre_filter_start": 511,
"pre_filter_stop": 1024 "pre_filter_stop": 512
} }