0x38 (SPXERR_AUDIO_SYS_LIBRARY_NOT_FOUND) "GET /socket.io/?EIO=4&transport=polling&t=OweNACu
Hello,
I build a small app using Python=3.9, flask and openai. This app is running perfectly on my local computer. But when I deploy the same files in the app on azure it givess me the error:
Exception with an error code: 0x38 (SPXERR_AUDIO_SYS_LIBRARY_NOT_FOUND) "GET /socket.io/?EIO=4&transport=polling&t=OweNACu HTTP/1.1" 200 97 "https://gpt3-app.azurewebsites.net/"
The function of the app is to listen the input from the microphone, convert it into text, pass this text to gpt, generate response from gpt and then speak the response into the speaker using azure speech SDK.
How I can solve the above error? and how my app working fine on azure as it is working on local computer. I'm attaching my files here.
app.pdf