theNeofr commited on
Commit
a0fd9cc
·
verified ·
1 Parent(s): 4a09af2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  def convert_to_8d(audio_file):
8
  # Load the audio file
9
- audio = AudioSegment.from_file(audio_file.name)
10
  duration = len(audio)
11
 
12
  # Create an 8D effect by panning audio back and forth
 
6
 
7
  def convert_to_8d(audio_file):
8
  # Load the audio file
9
+ audio = AudioSegment.from_file(audio_file)
10
  duration = len(audio)
11
 
12
  # Create an 8D effect by panning audio back and forth