✅ WPF TTS plays before text updates
The above code is inside a button click event.
I want the mainText.Text to update before the TTS plays because when it starts playing the mainText.Text doesn't updates to reader.Value until the TTS has stopped playing
1 Reply
PlayTTS method:
Nvm I fixed the issue by creating a new thread and using the SpeechSynthesizer in that thread.