RokidGlass / glass2-docs

Documentation for RokidGlass 2 Project
https://rokidglass.github.io/glass2-docs/
19 stars 4 forks source link

About voice recognition for number input #173

Open Dav151 opened 2 years ago

Dav151 commented 2 years ago

Hi,

I have test the voice command like "select first item", and some self-defined words like "change to red" . The result is good.

And I have an use-case for number input. e.g. it has an input field for user to input an "account number" by voice. The user say "five zero one one two" and get the output "50112". Is it possible to do that by the offline speech recognition?

I checked there is an online speech recognition recognition service on Rokid cloud, should I use it instead? And does it support SRGS (Speech Recognition Grammar Specification) or similar standard.

Thanks.

WanderingGavin commented 2 years ago

Hi, @Dav151 ! Rokid online speech recognition mainly supports the use of Chinese. for English, it supported very simple, unable to complete your requirements. such as you say "five zero one one two", it return "five zero one one two", not "50112", and the effect of speech recognition is not very good.

wish to help you!