Web Speech API vs Google Speech API

846 Views Asked by At

I've been using MDN Speech APIs (using things like window.speechSynthesis and new SpeechSynthesisUtterance). Firstly, I thought this API was the same as Google's Speech API, but I guess it is not?

Secondly, it's been working great, but there are some challenges I've been facing:

Firstly, I'm curious if Google's Speech API solves these issues. Whas your experience been with Google's Speech API?

  • Does the API work across any device? I want to build a game in Unity with Speech. Can I use it within Unity so long as I'm querying the API?

  • Is it better at recognizing contexts?

    • spoken si yo hablo espanol -> Does not capture si
    • spoken me llamo Dan -> does not capture proper noun Dan
  • Does it have less robotic voices?

Thank you!


Note: I am familiar with the use cases for both APIs, I'm looking more for the performance in each of the areas listed above.

0

There are 0 best solutions below