1

I want to add words to the webkitSpeechRecognition() word library so that when I say these new words, they can be detected and written down. (Here is the link to the Web Speech API that I am using). I tried looking how to do this, but I can't find a way. If there is a way to do this, how can I?

Thank you

user5139637
  • 775
  • 3
  • 10
  • 29

1 Answers1

0

It is not possible in the current implementation.

If you want to recognize a limited amount of non-standard words you can use external solutions like:

http://syl22-00.github.io/pocketsphinx.js

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87