我可以将任何随机程序的输出(生成字符串作为输出)作为pyttsx3中的输入(engine.say(程序的输出?)吗?

时间:2019-01-29 07:22:27

标签: python-3.x pyttsx

我想将i的输出作为pyttsx3的输入。这可能吗?

我浏览了文档!

import pyttsx3
engine=pyttsx3.init()
sound=engine.getProperty('voices')
engine.setProperty('voice',sound[1].id)
engine.say('The output of first program')
engine.runAndWait()

说出来!

0 个答案:

没有答案