无法更改语音性别pyttsx3

时间:2019-12-01 10:54:07

标签: python pyttsx

这是我的代码:

import pyttsx3

engine = pyttsx3.init()
voices = engine.getProperty('voices')

engine.setProperty('voice', voices[1].id)

engine.setProperty('female', voices.gender)
print ("change: {}".format(voices.gender))


engine.say('das bin ich .')
engine.runAndWait()

我无法更改语音性别pyttsx3。我该怎么办?

0 个答案:

没有答案