Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -391,12 +391,14 @@ class AGLC:
|
|
| 391 |
# result_path = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/res/"
|
| 392 |
|
| 393 |
|
| 394 |
-
#
|
| 395 |
# # player_yoruba = AGLC(audio_path_yoruba)
|
| 396 |
|
| 397 |
-
|
| 398 |
|
| 399 |
def main(audio_path1, audio_path2,result_path):
|
|
|
|
|
|
|
| 400 |
player.main_func(audio_path1, audio_path2,result_path)
|
| 401 |
|
| 402 |
def normalize_audio_for_ACX_Amazon(song):
|
|
|
|
| 391 |
# result_path = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/res/"
|
| 392 |
|
| 393 |
|
| 394 |
+
#
|
| 395 |
# # player_yoruba = AGLC(audio_path_yoruba)
|
| 396 |
|
| 397 |
+
|
| 398 |
|
| 399 |
def main(audio_path1, audio_path2,result_path):
|
| 400 |
+
player = AGLC(audio_path1)
|
| 401 |
+
|
| 402 |
player.main_func(audio_path1, audio_path2,result_path)
|
| 403 |
|
| 404 |
def normalize_audio_for_ACX_Amazon(song):
|