@@ -1086,6 +1086,8 @@ import pyttsx3
#engine.runAndWait()
import json
+# 資料
+# 關於voice 請參考這張表https://github.com/playht/text-to-speech-api/blob/master/Voices.md
def make_speech(text,output="/app/speech.mp3",voice="zh-CN-XiaoyouNeural"):
my_data = {
"voice": voice,