from gtts import gTTS import os tts=gTTS(text="Both are great",lang="en") tts.save("both.mp3") os.system("mpg12 both.mp3")
发布于 2018-06-29 12:22:36
https://stackoverflow.com/questions/45796173
相似问题