alphazero008
New Member
- Aug 24, 2022
- 4
- 4
- 119
yup facing the same issue. just turn off the self voicing or go to lib - > py3-windows-x86_64 folder and replace the following code on say.vbs fileHello community...anybody know or have faced this problem in the screenshot below?
Any software update needed on my end?
View attachment 3182181
Text = WScript.Arguments(0)
Speaker = WScript.Arguments(1)
Set s = CreateObject("SAPI.SpVoice")
For Each Voice In s.GetVoices
I = I + 1
If InStr(Voice.GetDescription, Speaker) > 0 Then
Set s.Voice = s.GetVoices.Item(I-1)
Exit For
End If
Next
s.Speak Text
Last edited: