Questions tagged [react-native-voice]

20 questions
0
votes
1 answer

Not able to check accurately if the value in state matches a certain string

I am trying to make a react native app in which I want to check if the user pronounced the word/words correctly or not. For this task, I am using react-native-voice library and the user's speech is converted into text using it and the results are…
0
votes
1 answer

@react-native-voice/voice doesn't detect speech services

I'm trying to use @react-native-voice/voice to implement speech-to-text in my android RN app, I've tried using other variants of the package (like @react-native-community/voice and the deprecated @react-native-voice) but got the same results for all…
0
votes
1 answer

Speech to text with react-native-community/voice is not giving proper result in iOS

I am using speech to text using react-native-community/voice. For android, it is working fine but for iOS, it is not giving proper results. I tried using hooks also but getting the same result. I used timer of 5 seconds to handle destroy voice…
0
votes
3 answers

I am working on a project and I need to translate speech into text I used Expo and React-native-voice

I am working on a project and I need to translate speech into text I used Expo and React-native-voice. **[Unhandled promise rejection: TypeError: null is not an object (evaluating 'Voice.onSpeechStart = null')] -…
0
votes
2 answers

React-Native-Voice, How to concatenate new speech result with the previous speech recognition result?

I am using react-native-voice to convert speech to text in a React Native Application but i am not able to get the previously recognised text to concatenate with the latest recognised test. Every-time a new sentence is recognised it replaces the…
1
2