Open
Description
I have code to say tts:
import pyttsx3
engine = pyttsx3.init()
engine.setProperty('rate', rate)
engine.setProperty('volume', volume)
engine.say('I will speak this text')
engine.runAndWait()
This code work ok if my PC is using or other PC remote to my PC.
But if my PC is not using about 1 hour (no touch, no any event), if I run jenkins build from jenkins PC (not my PC), it has no sound at all.
I am using window 10, already set never sleep, fixed speaker for speech to text setting.
lib version: 2.90
Activity