TalAter / annyang

:speech_balloon: Speech recognition for your site
https://www.talater.com/annyang/
MIT License
6.57k stars 1.05k forks source link

any way to increase reliability for recognizing individual letters and numbers? #445

Open vesper8 opened 2 years ago

vesper8 commented 2 years ago

I'm using annyang to input chess moves and I'm finding it very challenging to have it correctly recognize commands such as "D 2" and "B 2", "E 2" and so on.

Is there a browser in particular that might do a better job than others? Clearly my own voice and pronunciation is a factor in this, I'm just finding it borderline unfeasible at all with how often it incorrectly understands my input, as simple as those inputs are meant to be (64 sounds ranging from "A 1" to "H 8"

limury commented 1 year ago

Hi! So different browsers will definitely perform differently since Annyang uses the Web Speech API for processing, and the algorithm used by the Web Speech API is different across browsers. However, I unfortunately do not think that there are any reports on what browser is the best and the worst. Also since the functionality is very niche, your best bet is probably just to test them out yourself.