voice
voice copied to clipboard
:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
if someone implemented this library pls share ur code
Hi, I have this error when run the Voice.start('en-US'). Please how to solve this?
as title, does it posible? Thanks
I'm using react-native-webrtc and react-native-incall-manager to make a call and use a button to make my speech to text when I'm disabling the video call every thing about react-native-voice works...
Add `addListener` and `removeListeners` method to stop console warning about: ``` WARN new NativeEventEmitter() was called with a non-null argument without the required addListener method. WARN new NativeEventEmitter() was called...
Hi I'm having trouble with the Speech-to-Text feature. The input sound is noisy so text cannot be produced according to speech. Do you have solution for this case?
The current API doesn't allow to update listeners after `Voice.start()` while it's recording. This can be problematic if you're using hooks and your callback functions need to update as your...
Project gives warning: WARN `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method. WARN `new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners`...
#### I got error after importing import Voice from '@react-native-voice/voice', Expo Go, "@react-native-voice/voice": "^3.2.4" 
Hi All, Kindly tell me why onSpeechRecognized() is not working in Android. I did everything like mentioned is document. Voice.isAvailable() is also true Kindly give me idea why it is...