catiR
commited on
Commit
·
86e56e5
1
Parent(s):
cc7c120
app
Browse files- scripts/runSQ.py +1 -1
scripts/runSQ.py
CHANGED
@@ -14,7 +14,7 @@ def run(sentence, voices):
|
|
14 |
# On tts.tiro.is speech marks are only available
|
15 |
# for the voices: Alfur, Dilja, Karl and Dora.
|
16 |
|
17 |
-
corpus_meta = '/home/user/app/human_data/
|
18 |
speech_dir = '/home/user/app/human_data/audio/squeries/'
|
19 |
speech_aligns = '/home/user/app/human_data/aligns/squeries/'
|
20 |
speech_f0 = '/home/user/app/human_data/f0/squeries/'
|
|
|
14 |
# On tts.tiro.is speech marks are only available
|
15 |
# for the voices: Alfur, Dilja, Karl and Dora.
|
16 |
|
17 |
+
corpus_meta = '/home/user/app/human_data/SQL1adult10s_metadata.tsv'
|
18 |
speech_dir = '/home/user/app/human_data/audio/squeries/'
|
19 |
speech_aligns = '/home/user/app/human_data/aligns/squeries/'
|
20 |
speech_f0 = '/home/user/app/human_data/f0/squeries/'
|