From 7f7c19172e86edb38f459e83c9b3f13e96377176 Mon Sep 17 00:00:00 2001 From: aufr33 <65520685+aufr33@users.noreply.github.com> Date: Fri, 13 Aug 2021 06:38:54 +0300 Subject: [PATCH] Add files via upload --- modelparams/3band_44100_msb2.json | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 modelparams/3band_44100_msb2.json diff --git a/modelparams/3band_44100_msb2.json b/modelparams/3band_44100_msb2.json new file mode 100644 index 0000000..9b5c799 --- /dev/null +++ b/modelparams/3band_44100_msb2.json @@ -0,0 +1,43 @@ +{ + "mid_side_b2": true, + "bins": 640, + "unstable_bins": 7, + "reduction_bins": 565, + "band": { + "1": { + "sr": 11025, + "hl": 108, + "n_fft": 1024, + "crop_start": 0, + "crop_stop": 187, + "lpf_start": 92, + "lpf_stop": 186, + "res_type": "polyphase" + }, + "2": { + "sr": 22050, + "hl": 216, + "n_fft": 768, + "crop_start": 0, + "crop_stop": 212, + "hpf_start": 68, + "hpf_stop": 34, + "lpf_start": 174, + "lpf_stop": 209, + "res_type": "polyphase" + }, + "3": { + "sr": 44100, + "hl": 432, + "n_fft": 640, + "crop_start": 66, + "crop_stop": 307, + "hpf_start": 86, + "hpf_stop": 72, + "res_type": "polyphase" + } + }, + "sr": 44100, + "pre_filter_start": 639, + "pre_filter_stop": 640 +} \ No newline at end of file