ziqiangao commited on
Commit
3826453
·
verified ·
1 Parent(s): 13586a0

Tweak preset

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def create_5_1_surround(input_file, preset="music"):
89
  if preset == "music":
90
  hp_cutoff = 120
91
  lfe_cutoff = 120
92
- reverb_args = ['85', '70', '100', '95', '10', '-2']
93
  elif preset == "speech":
94
  hp_cutoff = 120
95
  lfe_cutoff = 120
 
89
  if preset == "music":
90
  hp_cutoff = 120
91
  lfe_cutoff = 120
92
+ reverb_args = ['70', '40', '100', '95', '10', '-2']
93
  elif preset == "speech":
94
  hp_cutoff = 120
95
  lfe_cutoff = 120