Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ emotion_settings = {
|
|
22 |
"shame": {"pitch": 0.8, "speed": 0.85},
|
23 |
}
|
24 |
|
|
|
25 |
import soundfile as sf
|
26 |
|
27 |
def adjust_audio_speed(audio_path, speed_factor):
|
|
|
22 |
"shame": {"pitch": 0.8, "speed": 0.85},
|
23 |
}
|
24 |
|
25 |
+
import librosa
|
26 |
import soundfile as sf
|
27 |
|
28 |
def adjust_audio_speed(audio_path, speed_factor):
|