From 4f733b309e887208995790cdb75da6fa7cb2675d Mon Sep 17 00:00:00 2001
From: Sting <loic.allegre@ensiie.fr>
Date: Fri, 23 Jun 2023 14:23:24 +0200
Subject: [PATCH] Fix

---
 autokara.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autokara.py b/autokara.py
index 60a67f1..c62053a 100644
--- a/autokara.py
+++ b/autokara.py
@@ -41,7 +41,7 @@ else:
 
 
 print("Identifying syl starts...")
-onsets = segment(sys.argv[1])
+onsets = segment(vocals_file)
 syls = [[t, ''] for t in onsets]
 
 print("Syls found, writing ASS file...")
-- 
GitLab