-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: browser sat #51
Conversation
Eventually this may replace web_client.py
3e1b698
to
7d4f860
Compare
7d4f860
to
7b1d9e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial feedback from reading through changes; I'll pull and test later today.
I'm not sure how simple/difficult it would be but if the "Listening" text could hook into the recognizer state and report "Waiting for Wake Word" and "Recording Speech" (or something like that), it would be easier to use this page without audio and make it more obvious when recording input has stopped |
Next round. I was noticing that as well, so we at least want a variation of the spinning wheel "thinking" icon. |
b32f440
to
cba09bb
Compare
Never mind @NeonDaniel , I went ahead and added it :) |
a99d45d
to
44fa579
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just needs GHA updates. mikejgray#1 should do it
Update automation to support shared GHA updates
Description
Introduces a web browser voice satellite option with OpenWakeWord and Silero VAD running in JavaScript, all served via FastAPI. Allows for both text and voice commands to a Neon Diana deployment.
This new option may one day replace the Gradio webpage.