Oddly, all site text invisible in Chrome 55 (UC Browser) and FF 57. (text exists, but must be same as bg color, including all buttons)
Voice control engine that runs fully in the browser using WebAssembly
11–20 of 30 posts
Re: Voice control engine that runs fully in the browser using WebAssembly
#12I am definitely going to integrate the wake word functionality into my Chrome extension that lets users control the browser via voice (https://www.lipsurf.com) so they can turn on the extension without even hitting the button.
I thought I would need to look into compiling into web assembly myself, super impressed that this too has already been done.
Re: Voice control engine that runs fully in the browser using WebAssembly
#13If you are interested in a voice engine which will be open-sourced soon and works on Raspberry Pi 3, iOS, Android, osX and Linux, you can take a look at what we are building at Snips https://snips.ai
Great! When that happens, I'll consider it.
Re: Voice control engine that runs fully in the browser using WebAssembly
#14Each of the >30 times I've hit F5 on this site in Chromium it causes a 100% reproducible, complete tab crash. The tab fully loads and appears properly for about... 100ms or so beforehand, so I'm pretty sure it's to do with some kind of wasm interaction. I have my microphone set to "ask before accessing" so I don't think the crash is to do with audio. FWIW, I've been experiencing periodic tab crashes for the past few…
Re: Voice control engine that runs fully in the browser using WebAssembly
#15But their site says to email for licensing, which bodes poorly.
EDIT: License for "Porcupine" is Apache but with this:
THIS LICENSE APPLIES TO ASSETS IN THIS REPOSITORY INCLUDING DOCUMENTATION, SOURCE CODE, BINARIES, AND RESOURCE FILES EXCEPT FOR THE OPTIMIZER TOOL, ITS ASSOCIATED RESOURCE FILES, AND KEYWORD FILES GENERATED USING IT COLLECTIVELY LOCATED UNDER Porcupine/tools/optimizer. THE OPTIMIZER TOOL AND KEYWORDS FILES GENERATED USING IT ARE NOT GOVERNED BY THIS LICENSE. SPECIFICALLY THEIR USE IN COMMERCIAL PRODUCTS WITHOUT ACQUIRING A LICENSING AGREEMENT FROM PICOVOICE IS STRICTLY PROHIBITED.
Re: Voice control engine that runs fully in the browser using WebAssembly
#16Oddly, all site text invisible in Chrome 55 (UC Browser) and FF 57. (text exists, but must be same as bg color, including all buttons)
Re: Voice control engine that runs fully in the browser using WebAssembly
#17Interesting tech, but on a very restricted demo it was wrong a huge number of times for me. I'd recommend adding a note that the lamp itself will go red in response to "ok lamp", at least I think that's why it was doing that - it was a bit confusing and to see the first thing happen after saying "ok lamp, blue" having the picture of a lamp go red was not hugely encouraging initially. Perhaps add "listening for colour…
Re: Voice control engine that runs fully in the browser using WebAssembly
#18Interesting tech, but on a very restricted demo it was wrong a huge number of times for me. I'd recommend adding a note that the lamp itself will go red in response to "ok lamp", at least I think that's why it was doing that - it was a bit confusing and to see the first thing happen after saying "ok lamp, blue" having the picture of a lamp go red was not hugely encouraging initially. Perhaps add "listening for colour…
Re: Voice control engine that runs fully in the browser using WebAssembly
#19Just to add my experience, the demo worked perfectly straight away (Chrome 70 on macOS). Really cool to see this tech, hope it's easy to integrate.
Take a look at this standalone demo if you like https://github.com/Picovoice/Porcupine/tree/master/demo/js
it should be a matter of tweaking a few parameters.