zarox commited on
Commit
a701ae8
·
1 Parent(s): 8b567a5
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ def process_audio(input_file, effect_8d, effect_slowed, effect_reverb,
7
  speed_multiplier,
8
  room_size, damping, width, wet_level, dry_level):
9
  try:
 
10
  # Load the sound file
11
  sound = Fusion.loadSound(input_file)
12
  output_file = secrets.token_hex(5)
 
7
  speed_multiplier,
8
  room_size, damping, width, wet_level, dry_level):
9
  try:
10
+ print(input_file)
11
  # Load the sound file
12
  sound = Fusion.loadSound(input_file)
13
  output_file = secrets.token_hex(5)