|
@@ -144,7 +144,7 @@ def hakkaTTS(mp3_path,ch_sentence,gender):
|
|
|
download_hakka_100(hakka_100)
|
|
|
ch_word_list = list(itertools.chain(*word_data['華語詞義集'].tolist())) + hakka_100.chinese_clean.tolist()
|
|
|
import_jieba_userdict(ch_word_list=ch_word_list, userDict_path='userDict.txt')
|
|
|
- gen_hakka_tts(word_data,multi_sound,hakka_100,ch_sentence,mp3_path,gender)
|
|
|
+ gen_hakka_tts(word_data,multi_sound,hakka_100,ch_sentence,gender,mp3_path)
|
|
|
|
|
|
|
|
|
def file_prepare(name, name_hash,text_content,image_urls,multiLang,lang='zh'):
|