react-native-voice / voice

:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
MIT License
1.76k stars 470 forks source link

how to make it work offline for 'en-US' language...this language is already downloaded but still its not giving results in offline mode #482

Open codding123vbf opened 4 months ago

codding123vbf commented 4 months ago

how to make it work offline for 'en-US' language...this language is already downloaded but still its not giving results in offline mode

sujathasperi2022 commented 4 months ago

Did u try with inbuilt keyboard mike if it works. We tried in android and it seems to be working

codding123vbf commented 4 months ago

Did u try with inbuilt keyboard mike if it works. We tried in android and it seems to be working

i dont think inbuilt system allows us to use voice to text in a custom made app like react native , flutter or etc

codding123vbf commented 4 months ago

Did u try with inbuilt keyboard mike if it works. We tried in android and it seems to be working

can u share ur code ? how u made the inbuilt system work for ur react native app

sujathasperi2022 commented 4 months ago

Did u try in release version of android? I tried just now and seems working I tested in Android 13

sujathasperi2022 commented 4 months ago

Did u try with inbuilt keyboard mike if it works. We tried in android and it seems to be working

i dont think inbuilt system allows us to use voice to text in a custom made app like react native , flutter or etc

What we tried is turn of internet. Click inside the textinput the keyboard pops up. There is mike inside the keyboard click and speak.

codding123vbf commented 4 months ago

Did u try with inbuilt keyboard mike if it works. We tried in android and it seems to be working

i dont think inbuilt system allows us to use voice to text in a custom made app like react native , flutter or etc

What we tried is turn of internet. Click inside the textinput the keyboard pops up. There is mike inside the keyboard click and speak.

what if the user is not using the default keyboard ? and he is using some other keyboard which does not support this feature

sujathasperi2022 commented 4 months ago

Did u try with inbuilt keyboard mike if it works. We tried in android and it seems to be working

i dont think inbuilt system allows us to use voice to text in a custom made app like react native , flutter or etc

What we tried is turn of internet. Click inside the textinput the keyboard pops up. There is mike inside the keyboard click and speak.

what if the user is not using the default keyboard ? and he is using some other keyboard which does not support this feature

then we are out of options?

codding123vbf commented 4 months ago

Did u try with inbuilt keyboard mike if it works. We tried in android and it seems to be working

i dont think inbuilt system allows us to use voice to text in a custom made app like react native , flutter or etc

What we tried is turn of internet. Click inside the textinput the keyboard pops up. There is mike inside the keyboard click and speak.

what if the user is not using the default keyboard ? and he is using some other keyboard which does not support this feature

then we are out of options?

ok do you know how can we trigger it on a custom made button in application ? like the user presses that button and it should start recognizing the speech...do u know about it ?