python 语音合成

import time
#系统客户端
import win32com.client
dehua = win32com.client.Dispatch("SAPI.SPVOICE")

while 1:
dehua.Speak("sunck is a handsome man")
time.sleep(5)
posted @ 2020-02-07 21:27  i勤能补拙  阅读(363)  评论(0编辑  收藏  举报