Update app.py
Browse files
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
|
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
|