Lidio
Lidio
SSolara
Created by Lidio on 7/22/2024 in #questions-issues
any way to export solara app as an executable app?
It's not about deploying the app, but some method to make it an executable app. something simpler for the client other than installing python, libraries and source codes
8 replies
SSolara
Created by Lidio on 7/18/2024 in #questions-issues
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)

...
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
5 replies