You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when the first str passes to espeak it starts to say it, but before it ends the speaking, for loop runs again and passes a new string and it crashes.
I am looking a way, my program pauses the for loop untill the espeak done! Is it possible? How?
The text was updated successfully, but these errors were encountered:
Let's consider I have a for(;;) loop, it gets a new string by every iteration, and passes it to system("espeak") like this:
But when the first str passes to espeak it starts to say it, but before it ends the speaking, for loop runs again and passes a new string and it crashes.
I am looking a way, my program pauses the for loop untill the espeak done! Is it possible? How?
The text was updated successfully, but these errors were encountered: