2band_44100_lofi.json 485 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "bins": 512,
  3. "unstable_bins": 7,
  4. "reduction_bins": 510,
  5. "band": {
  6. "1": {
  7. "sr": 11025,
  8. "hl": 160,
  9. "n_fft": 768,
  10. "crop_start": 0,
  11. "crop_stop": 192,
  12. "lpf_start": 41,
  13. "lpf_stop": 139,
  14. "res_type": "sinc_fastest"
  15. },
  16. "2": {
  17. "sr": 44100,
  18. "hl": 640,
  19. "n_fft": 1024,
  20. "crop_start": 10,
  21. "crop_stop": 320,
  22. "hpf_start": 47,
  23. "hpf_stop": 15,
  24. "res_type": "sinc_medium"
  25. }
  26. },
  27. "sr": 44100,
  28. "pre_filter_start": 510,
  29. "pre_filter_stop": 512
  30. }