Open flynntsang opened 1 month ago
According to my system settings, Chrome does have permission to use my microphone.
Notes for implementation
The apu can now handle voice files directly, we don't need a separate agent anymore for the translation and should likely push the audio directly through the apu, adding this as a flag to simple agent to enable it. This then becomes an additional "action" on the agent that the chatbot ui is aware of.
Describe the problem There's no way I can find in Chrome to enable the microphone for speech input.
To Reproduce Steps to reproduce the behavior:
Use an Eidolon webui app with
"allowSpeech" = true
inwebui.apps.json
(e.g. the chatbot sample)Click the purple microphone icon.
Read the popup error:
Please allow access to the microphone in your browser.
Go to
chrome://settings/content/microphone
See that there is no way for users to enter which sites can have access to the microphone.
Expected behavior I expected clicking the microphone would initiate a request to enable the microphone for the Eidolon webui app.
Environment Chrome Version 129.0.6668.58 (Official Build) (x86_64), MacOS