You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Speech SDK: It appears we're already using some kind of non-blocking API called speak_ssml_async
OpenAI SDK: there seems to be a PR that enables async calls, or we can just convert everything to aiohttp requests, I guess, since we're planning to use it anyway...
time.sleep(): ah, a classic. asyncio.sleep() will do.
The text was updated successfully, but these errors were encountered:
List the major blocking calls in current implementation and alternatives/workarounds based on async
speak_ssml_async
time.sleep()
: ah, a classic.asyncio.sleep()
will do.The text was updated successfully, but these errors were encountered: