zarox commited on
Commit
ebca844
·
1 Parent(s): 825da68
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def process_audio(input_file,
16
  effect_slowed, speed_multiplier,
17
  effect_reverb, room_size, damping, width, wet_level, dry_level
18
  ):
19
- # Load the sound file
20
  sound = Fusion.loadSound(input_file)
21
  os.remove(os.path.abspath(input_file))
22
  effects_str = []
 
16
  effect_slowed, speed_multiplier,
17
  effect_reverb, room_size, damping, width, wet_level, dry_level
18
  ):
19
+ # Load the sound file
20
  sound = Fusion.loadSound(input_file)
21
  os.remove(os.path.abspath(input_file))
22
  effects_str = []