SolaraS
Solara2y ago
Lidio

How to access the user's microphone?

To be more specific, I want to use Solara as an interface for my program with Azure Speech

import azure.cognitiveservices.speech as speechsdk

device_instance_path = '{0.0.1.00000000}.{043890C0-0384-4002-A40F-040F0C257A95}'
...

speechsdk.audio.AudioConfig(device_name=device_instance_path)

...


but this code would look for the device on the host instead of the client
Was this page helpful?