voice
voice copied to clipboard
:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
in android 13 realme c53 i have allowed the micropermission to my app and the google app , it still giving me above error, in documentation it says it requires...
Hello, I was implementing @react-native-voice/voice in my project, it seems to be working fine for iOS and Android devices that are below 12, However for Android 13 and so, i...
Speech recognition is working fine but output from the speaker is being captured and I would really like to have a speaker mode for my application. Is there any way...
We develop an react app using audio recording, playback and send to google service for translating from speech to text. We are using both packages react-native-voice/voice to record audio and...
in my app , I want to stop recording if user does not speak for 2 sec. is there any way to achieve this ?
After a small pause(silence), react native voice sends a beep and stops recording speech on ANDROID. It works fine on IOS though. PLEASE FOR HELP !
I am trying to customize this package to work only on device and not on the cloud. ``` if (@available(iOS 13, *)) { self.recognitionRequest.requiresOnDeviceRecognition = YES; } ``` adding this...
how to make it work offline for 'en-US' language...this language is already downloaded but still its not giving results in offline mode
I tried to manually link the package with android base in the readme file documentation and it caused the following build error Node version: 20.11.0 React native version: both 0.73.3...