nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.39k stars 3.88k forks source link

Enable or Expose SODA API (Speech On Device API) #7701

Closed mscreenie closed 2 years ago

mscreenie commented 3 years ago

Hi. I'd like to request a feature or know if it's possible.

Chrome (I'm not sure if Chromium too) has recently release SODA (Speech On Device API). It seems after enabling this a download occurs of what is presumably a language pack and speech models.

It allows offline speech to text and closed captioning of Web videos.

It would be super useful to enable this. I'd like to develop a feature for those with hearing difficulties.

I would think enabling this would allow a whole new class of different applications.

Thank you

ayushmanchhabra commented 2 years ago

https://nwjs.readthedocs.io/en/latest/References/Command%20Line%20Options/ https://peter.sh/experiments/chromium-command-line-switches/#enable-speech-dispatcher Closing for now. If any problems arise, ping me here I'd happy to reopen!

It would be super useful to enable this. I'd like to develop a feature for those with hearing difficulties. I would think enabling this would allow a whole new class of different applications.

Love this. Good luck!