How to make AWS Polly SynthesizeSpeech() asynchronous?

64 views Asked by At

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?

0

There are 0 answers