1

My question is straight forward

How annyang.js is working? is there any api that annyang is using internally?

Musaddique S
  • 1,539
  • 2
  • 15
  • 36

1 Answers1

0

Annyang is placed on top of the Google Web Speech API. This is why it only works in browsers, that are using said API (e.g. Google Chrome)

It simplifies the use of it, by offering you a set of functions, that are described here.

Try the example site... If there is a big red note at the bottom of the page, your browser does not support it. Also you have to give it permission to use your microphone. A small popup should display, where it asks you for permission.

Michael B
  • 1,660
  • 3
  • 28
  • 59