ziqiangao commited on
Commit
d7b1b38
·
1 Parent(s): ee5922f

Use Foxjoy's modal for reverb removal

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ def smart_mode_process(input_file, api_key, multi_singer=False):
293
 
294
  reverb_resp = send_mvsep_audio_job(
295
  api_key, open(other_buf.name, 'rb').read(), os.path.basename(other_buf.name),
296
- sep_type=22, output_format=2, addopt1=2, addopt2=1
297
  )
298
  os.unlink(other_buf.name)
299
 
 
293
 
294
  reverb_resp = send_mvsep_audio_job(
295
  api_key, open(other_buf.name, 'rb').read(), os.path.basename(other_buf.name),
296
+ sep_type=22, output_format=2, addopt1=0, addopt2=1
297
  )
298
  os.unlink(other_buf.name)
299