Add files via upload

Config for 32000 Hz models in correlation mode.
This commit is contained in:
aufr33 2021-04-10 08:23:07 +03:00 committed by GitHub
parent 6bc3405b97
commit e98cf4236c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
2band_48000.json Normal file
View File

@ -0,0 +1,30 @@
{
"bins": 768,
"unstable_bins": 7,
"reduction_bins": 705,
"band": {
"1": {
"sr": 6000,
"hl": 66,
"n_fft": 512,
"crop_start": 0,
"crop_stop": 240,
"lpf_start": 60,
"lpf_stop": 240,
"res_type": "sinc_fastest"
},
"2": {
"sr": 48000,
"hl": 528,
"n_fft": 1536,
"crop_start": 22,
"crop_stop": 505,
"hpf_start": 82,
"hpf_stop": 22,
"res_type": "sinc_medium"
}
},
"sr": 48000,
"pre_filter_start": 710,
"pre_filter_stop": 731
}