I am trying the web speech recognition api for speech to text. There is an online demo here https://www.google.com/intl/en/chrome/demos/speech.html
but if I try that or even implement it myself, there is a problem of it repeating words. So if I say test
it comes back as testtest
. Ive seen at least two other people comment on the same issue on other forums. Is this a known issue/bug?
Thanks