react-native-voice/voice

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

codding123vbf opened this issue · 8 comments

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

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

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

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

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

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.

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

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?

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 ?