ButterCream commited on
Commit
a6bccfe
·
1 Parent(s): a2298a0

attempt s curve to further reduce artefacts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ def generate(audio_path, ins, speed, alpha, beta, embedding, steps=200):
218
  thresh = np.percentile(np.abs(synthaud), 95)
219
  CUT_SAMPLES = 20000 # max samples to cut, in practice only 4-6k are actually cut
220
  lead_percent = 0.008
221
- trail_percent = 0.009
222
 
223
 
224
  # Leading artefact removal
 
218
  thresh = np.percentile(np.abs(synthaud), 95)
219
  CUT_SAMPLES = 20000 # max samples to cut, in practice only 4-6k are actually cut
220
  lead_percent = 0.008
221
+ trail_percent = 0.008
222
 
223
 
224
  # Leading artefact removal