Tag: Voice Recognition

Google Home Mini Review

I love Google Assistant, and really love Google Home. I’ve talked about how it’s THE virtual digital assistant you should choose when setting up you smart home and how it’s years more advanced than any of the other competition.

I followed all the leaks and even Tweated about how I was going to buy a Google Home Mini the first day it came out, even though I already had two Google Homes.

Well, unfortunately the Google Home Mini is not what I was hoping for and not because I was expecting too much.

Continue reading

Upgrading Your Home into a Smart Home Doesn’t Have to be Hard

I’ve had a smart home for several months now and daily I’m reading articles about the advancing field of home automation. Most of the articles make it seem that updating your apartment or house to be smart requires an engineer’s brain and several PHDs in the field of automation, programming, and computer science.

While setting up a smart home CAN be complicated it doesn’t have to be.

I’m going to cover the basics of setting up a smart home, describing what devices you need, what you don’t need, and comparing seemingly equivalent products.

Continue reading

Cross Browser Voice Recognition with PocketSphinx.js

For several months I have wanted a cross browser voice recognition system that doesn’t rely on a server, use browser plugins or extensions, or use external programs like Flash. Something that could continually listen for keywords and trigger functions when one is detected. I looked into the webkitSpeechRecognition() object in Chrome, but unfortunately that relies on Google servers and is only available in Chrome. I looked into building extensions and plugins for Firefox and Chrome that package CMU Sphinx, but that is not native code. I even got voice recognition working in Flash, but wasn’t happy because it didn’t work on my Android device.

After months of looking I have found one that fits the bill completely and is really awesome.

Continue reading