According to this AWS documentation for Polly, the asynchronous version of the function is no longer there. So now every time I use it in my game, the animation would stop for a while whenever Polly is called, because SynthesizeSpeech() is blocking.
Why has AWS removed the SynthesizeSpeechAsync() function? What is supposed to be the workaround?