Replies: 1 comment 5 replies
-
Hello Hans, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
first of all - great library. Really enjoy it! Thank you @schreibfaul1 for the effort you put in
I my project I need feedback sounds and text2speech that plays just before something else happens, e.g. a stream starts. My approach to this is something like this.
Somewhere in my program I can use
blockingTextToSpeech("Now playing station xy")
and it will wait for the audio to be finished before proceeding. Is this the "right" way to do it?Tschüss,
Hans
Beta Was this translation helpful? Give feedback.
All reactions