piBrain/js

Voice to text library is integrated in the front-end

Opened this issue · 0 comments

Given our users need to be able to navigate with voice there needs to be a voice to text library integrated with the app.

Acceptance of this hinges on a few factors:

  • The library listens for sound as long as the voice overlay is open
  • The library translates the voice into text and waits executes a callback or returns a promise chain
  • The library is non-blocking it should not hinder the UI, maybe look at web worker enabled options
  • The library should ideally not pass our data through a third party system.