I am deploying a speech recognition app globally but i get the following error:
OSError: No Default Input Device Available
File “/home/adminuser/venv/lib/python3.9/site-packages/pyaudio/init.py”, line 812, in get_default_input_device_info
device_index = pa.get_default_input_device()
I could deploy it locally and working fine. Looks like I should add something to get access to the microphone in global environment , but I have no idea about it…
Will be helpful if someone helps out…
Best…