-
I have OVOS speaking a couple of statements to report to me on my smart home status. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
you can pass wait=True in self.speak method to block there, then you can further add delay with sleep() if needed before the next speak call otherwise all TTS is queued at once to play in order ASAP |
Beta Was this translation helpful? Give feedback.
-
Thank you for timely response. In thread https://github.com/orgs/OpenVoiceOS/discussions/228 you said, that wait=True enforces a Wait until my own speach end. I gave it a try, but it seams that it is not working for my purpose. I wanted some break in between a series of audio speech outputs. |
Beta Was this translation helpful? Give feedback.
-
@wita-sec Joining the discussion; what TTS-plugin are you using? A streaming TTS maybe? |
Beta Was this translation helpful? Give feedback.
-
I believe you found a bug! fix coming up OpenVoiceOS/OVOS-workshop#238 |
Beta Was this translation helpful? Give feedback.
-
fixed with ovos-workshop 0.1.3 ovos-bus-client 0.1.1 brings extra logs around this process and also handles older workshop versions update at least one of those and it should solve the issue. |
Beta Was this translation helpful? Give feedback.
fixed with ovos-workshop 0.1.3
ovos-bus-client 0.1.1 brings extra logs around this process and also handles older workshop versions
update at least one of those and it should solve the issue.