Google opens access to its speech recognition API
21–30 of 173 posts
Re: Google opens access to its speech recognition API
#22This is HUGE in my opinion. Prior to this, in order to get near state-of-the-art speech recognition in your system/application you either had to have/hire expertise to build your own or pay Nuance a significant amount of money to use theirs. Nuance has always been a "big bad" company in my mind. If I recall correctly, they've sued many of their smaller competitors out of existence and only do expensive enterprise dea…
Has Google sued many of their smaller competitors out of business?
Re: Google opens access to its speech recognition API
#23Do they provide a way to send audio via WebRTC or WebSocket from a browser?
Re: Google opens access to its speech recognition API
#24Regardless this is still very exiting. I haven't found anything that's as good as Google's voice recognition. I only hope this ends up being cheap and accessible outside of their platform.
Re: Google opens access to its speech recognition API
#25This is HUGE in my opinion. Prior to this, in order to get near state-of-the-art speech recognition in your system/application you either had to have/hire expertise to build your own or pay Nuance a significant amount of money to use theirs. Nuance has always been a "big bad" company in my mind. If I recall correctly, they've sued many of their smaller competitors out of existence and only do expensive enterprise dea…
Other "state-of-the-art" speech recognition solutions already exist. For example, Microsoft has been offering it through its Project Oxford service. https://www.projectoxford.ai/speech
http://cmusphinx.sourceforge.net/
http://julius.osdn.jp/en_index.php
It is amazingly easy to create speech recognition without going out to any API these days.
Re: Google opens access to its speech recognition API
#26CMU Sphinx: http://cmusphinx.sourceforge.net/
Re: Google opens access to its speech recognition API
#27I 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
#28Anybody got the api docs yet? I wonder if I can stream from chrome via webrtc.
Re: Google opens access to its speech recognition API
#29Earlier quoted context omitted.
Other "state-of-the-art" speech recognition solutions already exist. For example, Microsoft has been offering it through its Project Oxford service. https://www.projectoxford.ai/speech
Also, CMUSphinx and Julius: http://cmusphinx.sourceforge.net/ http://julius.osdn.jp/en_index.php It is amazingly easy to create speech recognition without going out to any API these days.