voice
voice copied to clipboard
:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
Context: - In onResults/onPartialResults sometimes we get empty string and on ReactNative application, we don't need empty string from voice response. - To save the roundtrip network call via the...
Refers to #517
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@react-native-voice/[email protected]` for the project I'm working on. Here is the diff that solved...
Voice.onSpeechEnd = onSpeechEnd; const onSpeechEnd = (e) => { }; onSpeechEnd did return anything on iOS (have tested on real device too). Working fine in Android
I have been using react-native-voice/voice package in 2 tabs using react-native-tab-view. Whenever i speak in the 1st tab it works finely and converts the speech to text also whenever i...
There is an unhandled exception when a user uses the voice recognition while a call is going on, or in fact where there are any other users of the microphone....
Hailing the organizer (@safaiyeh) and top/latest contributors! @wenkesj @danieloi @AngadSethi @lucasbento and probably others. Noticing that few PRs have been approved and merged over the year. You're all probably super...
Resolves #355 Essentially scaffolds a new library since the other pr had too many issues on android As such needs a lot of review. Verified both android and ios work...