I need to continue after TTS completed
even I use
await TextToSpeech.Default.SpeakAsync(sampleText, options, cancelToken: cts.Token);
code is continue right after await. How I can subscribe to event that SpeakAsync completed? Or block code execution until it finished?