voice
voice copied to clipboard
:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
Hi, I'm using react-native-community/voice library in my project for speech to text feature. But, in android the voice recognition is stops automatically after 3 to 4 seconds. It is not...
Without the Earphone the Speech to text conversion is working fine but when we connect it to the Earphone Application crashes.
rn-voice is not working
Hi, Is that anyone solve the problem about "message": "7/No match" in android? Or anyone have the plan B about this situation? I'm about to give up...😿 Please give me...
On iOS I'm experiencing around a 0.5s delay from the moment I call `Voice.start()` until speech starts being recognized. As an improvement, we could try to improve the performance of...
I am using `expo-av` to play a long sound (~5s). At some point during the sound, I would like to call `Voice.start()` to start recognizing speech. However, whenever I either...
Whenever I'm clicking on start recording button in ios then my app is getting closed automatically, It is only happening in ios but in android it is working fine. How...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
I got an error when I call Voice.start('en') like this: error: 'message: "203/Retry" I can't get the answer from your doc. And I can't make sure why it happens.
After a small pause(silence), react native voice sends a beep and stops recording speech on ANDROID. what is the issue PLEASE HELP