WICG / speech-api

Web Speech API
https://wicg.github.io/speech-api/
145 stars 30 forks source link

Voice input Issues on android #89

Open mishra-tapas opened 3 years ago

mishra-tapas commented 3 years ago

While using the api in Android, after the first few words, the api is detecting random words not even close to what was spoken: however in windows/Linux, the api seems to work just fine. Is there a way around to make it work on Android?

foolip commented 3 years ago

@mishra-tapas which browser are you using? Speech recognition uses different underlying engines on different operating systems and browsers. Most likely this should be a bug report for that specific browser, or possibly for the operating system itself.

jpalo commented 1 year ago

Simply speaking "1 2 3 4 5" results this on Chrome 116.0.5845.93 browser on Android 13 (Pixel 7 Pro). Same issue with whatever is spoken. No issue on Edge desktop browser 116.0.1938.54 on Windows.

Screenshot_20230824-124250

VijayPonni commented 4 weeks ago

hi @foolip Is this issue resolved ?

I too facing the same issue in android chrome. I have tried with different android versions like v10 , v11 and v14. All of them works as similar. I simply say "hello good morning" but it responds as below:

1) screenshot of android version : v10

android-v10

2) screenshot of android version : v11

android-v11

3) screenshot of android version : v14

android-v14

But in the Desktop chrome and safari browser it works properly. When I say "Hello good morning" it correctly responds as below:

1) screemshot of desktop chrome :

desktop-chrome

2) Image of safari browser mobile:

safari-mobile-image

Please let me know the reason for this and how to handle this ?

Thanks in advance