0

I want to use google API (Voice commands) on my PC but now I don't know, how to i begin that,Please someone to guide me about this and post some project for example

bytecode77
  • 14,163
  • 30
  • 110
  • 141
OOP
  • 87
  • 1
  • 5

1 Answers1

1

It is true that Google speech recognition is one of the best and that it is now available offline but in my experience, is much more oriented to Android applications and web rather than Desktop ones. If what you want is to integrate speech recognition to a website, you could find some examples in the Web Speech API.

Now, if what you need is to incorporate speech recognition to desktop applications I would recommend Microsoft's speech recogntition, Nuance or Sphynx.

Please also see this useful answer

Community
  • 1
  • 1
DiegoSahagun
  • 730
  • 1
  • 11
  • 22