ASUCICREPO / waterbot

MIT License
0 stars 2 forks source link

Audio to text #7

Open dhe-cr opened 4 months ago

dhe-cr commented 4 months ago

Provide the user the ability to click an icon, talk, and have user's voice interpreted as text

dhe-cr commented 4 months ago

Possible reference sites:

dhe-cr commented 3 months ago

Note on insecure (http) websocket

This is a Chrome specific behavior. Chrome doesn't allow unsecure websocket (ws) connections to localhost (only wss, so you should setup a TLS certificate for your local web/websocket server). But the same should work without any issues in Firefox and other browsers. Please refer the Chrome bug report on Chromium regarding this issue. This particular problem is intentional, and they have made this change to make Chrome more secure by preventing attacks against internal network devices and processes listening on localhost. https://bugs.chromium.org/p/chromium/issues/detail?id=378566

dhe-cr commented 3 months ago

chrome://flags/#unsafely-treat-insecure-origin-as-secure

dhe-cr commented 3 months ago

Example code base merged in via PR: https://github.com/ASUCICREPO/waterbot/pull/35