Spaces:
Running
Running
UPDATE
Browse files
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 = []
|