From 02fb40378f8886717c46b4d854832a6bdce46dbb Mon Sep 17 00:00:00 2001 From: aufr33 <65520685+aufr33@users.noreply.github.com> Date: Sun, 18 Apr 2021 14:58:56 +0300 Subject: [PATCH] Add files via upload Parameters for running old V4 models. --- 1band_sr32000_hl512.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 1band_sr32000_hl512.json diff --git a/1band_sr32000_hl512.json b/1band_sr32000_hl512.json new file mode 100644 index 0000000..3c00ecf --- /dev/null +++ b/1band_sr32000_hl512.json @@ -0,0 +1,19 @@ +{ + "bins": 1024, + "unstable_bins": 0, + "reduction_bins": 0, + "band": { + "1": { + "sr": 32000, + "hl": 512, + "n_fft": 2048, + "crop_start": 0, + "crop_stop": 1024, + "hpf_start": -1, + "res_type": "kaiser_fast" + } + }, + "sr": 32000, + "pre_filter_start": 1000, + "pre_filter_stop": 1021 +} \ No newline at end of file