Does Azure speech_synthesizer.speak_text_async() really execute asynchronously?
I am using the Azure SpeechSynthesizer libraries in python. I have written the code that will translate some text into speech. I am finding that you need to make a get() call on the result to actually have it do…