I could use some help with #Python #async -
I'm building a #LanguageLearning tool where you can convert a list of phrases into individual voice audio files.
I'm using #FastAPI to run an API which accepts a list of phrases from an HTML form, and uses ElevenLabs #TextToSpeech to make audio files, bundle them into a Zip file for the browser to download.
The problem is sequential API calls are slow - would love to request them ASync.
Suggestions?
Code:
