voice
voice copied to clipboard
:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
iOS works seamlessly perfect but on android it throws such error. i put only console.log for every event so that you can see the logs more clearly. ``` [Tue Mar...
Hello! I'm working on a project in which I need to be able to recognize speech and then listen to the heard input. Is there any way I can achieve...
**What is needed ?** I want to record a video and transcode voice to text for subtitles for example. **What's the problem ?** When I record a video, the react-native-camera...
Hi, I can't use the package because my getSpeechRecognitionServices() is always empty. Interestingly in debug mode getSpeechRecognitionServices works fine but in the signed apk using expo build returns empty. `Voice.getSpeechRecognitionServices()`...
I am trying to run the example code snippet provided in the documentation.But the problem is that my `onSpeechRecognized` event listener does not work and my `onSpeechResults` is called in...
Good evening! I ask you for help, I have been suffering for a very long time with this problem. I am trying to run test code from your repository and...
After few seconds of start recording getting "7/No Match" Error. I have also tried with sample code and I am getting same error. My React Native setup is as below...
Voice.isAvailable() returns empty list on Android 11 . Seems to be because of package visibility changes as discussed in https://github.com/react-native-voice/voice/issues/304 and can be fixed by making the addition to manifest...
``` null is not an object (evaluating 'Voice.startSpeech') at node_modules/@react-native-voice/voice/dist/index.js:66:16 in Promise$argument_0 at http://192.168.43.200:19000/index.bundle?platform=android&dev=true&hot=false&minify=false:203845:26 in start ``` Apply this change in app.json or app.config.js: ``` { "expo": { "plugins": ["@react-native-voice/voice"]...