Combination / tts.py
Futuresony's picture
Update tts.py
5d490e8 verified
raw
history blame
384 Bytes
TTS_EXAMPLES = [
["I am going to the store.", "eng (English)", 1.0],
["안녕하세요.", "kor (Korean)", 1.0],
["क्या मुझे पीने का पानी मिल सकता है?", "hin (Hindi)", 1.0],
["Tanış olmağıma çox şadam", "azj-script_latin (Azerbaijani, North)", 1.0],
["Mu zo murna a cikin ƙasar.", "hau (Hausa)", 1.0],
]