Google opens access to its speech recognition API
51–60 of 173 posts
Re: Google opens access to its speech recognition API
#52Earlier quoted context omitted.
Because speech recognition occurs on Google servers, not locally.
Speech recognition can occur either locally or on Google's servers. Since about 2012 [1], Android has been able to do some types of speech recognition, like dictation, on local devices. Additionally, Google Research has recently expanded on this functionality and it seems like much more of the speech recognition will be done locally [2]. [1] http://www.androidcentral.com/jelly-bean-brings-offline-voic... [2] http://w…
Since Android is open-source, would that mean that the voice recognition software (and/or trained coefficients) could, in principle, be ported to Linux?
Re: Google opens access to its speech recognition API
#53"Google may choose to raise those prices over time, after it becomes the dominant player in the industry." ...Isn't that specifically what anticompetition laws were written to prevent?
As a developer I might be more worried about it not becoming at least amongst the dominant players because they might just drop it. But maybe they only do that with consumer facing items?
Re: Google opens access to its speech recognition API
#54I just applied for early access.
Re: Google opens access to its speech recognition API
#55Earlier quoted context omitted.
Wasn't that five years ago? When it came out of preview (and prices were expected to change)?
It was - 2011 is mentioned in both article and my comment. I just wish Google wouldn't bring back memories of that by not disclosing pricing of a very promising API. GAE has moved quite far ahead since then, but many people still won't consider it after the bad experience. Perceptions die hard...
Re: Google opens access to its speech recognition API
#56I came across CMU Sphnix speech recognition library ( http://cmusphinx.sourceforge.net ) that has a BSD-style license and they just released a big update last month. It supports embedded and remote speech recognition. Could be a nice alternative for someone who may not need all of the bells and whistles and prefers to have more control rather than relying on an API which may not be free for long. Side note: if anyone…
Re: Google opens access to its speech recognition API
#57Earlier quoted context omitted.
Like most machine-learning applications, the source code isn't the interesting part, the data is. Google started by training on millions of phrases from Google 411, and then they've been able to continue training anytime someone issues a voice command to an Android device. They have orders of magnitude more data than you could fit into a GitHub repository.
Couldn't you just download subtitles for old movies and train using those?
Re: Google opens access to its speech recognition API
#58I think this more directly competes with the IBM Watson speech API, not Nuance?
Re: Google opens access to its speech recognition API
#59Earlier quoted context omitted.
Speech recognition can occur either locally or on Google's servers. Since about 2012 [1], Android has been able to do some types of speech recognition, like dictation, on local devices. Additionally, Google Research has recently expanded on this functionality and it seems like much more of the speech recognition will be done locally [2]. [1] http://www.androidcentral.com/jelly-bean-brings-offline-voic... [2] http://w…
> always-on-google-ai-gives-android-voice-recognition-that-works-on-or-offline Since Android is open-source, would that mean that the voice recognition software (and/or trained coefficients) could, in principle, be ported to Linux?