voice
voice copied to clipboard
:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
Hello, I have imported the library into my project, but when I try to launch the "start" or "stop" function, I get this error: `TypeError: Cannot read property 'startSpeech' of...
I'm really stumped about this error and have noticed other people are having a similar one, but those fixes don't seem to be giving any kind of lasting fix for...
I've been trying to get Hindi offline voice-to-text working with Android but when I'm offline I'm not getting results for 'hi-IN' while 'en-US' and 'en-EN' are working. I have downloaded...
the speech recognition feature of the library is not working when internet is off here is the [link](https://stackoverflow.com/questions/75910722/the-speech-recognition-feature-of-the-react-native-community-voice-is-not-workin) to stackoverflow post
i want to make it work offline as its the requirement of the user but im unable to achieve it...can someone please help me fix this issue ? help will...
Not working in offline mode. There is any possibility have? to access offline
import React, { useEffect, useRef, useState } from 'react'; import { View, Text, TouchableOpacity, Button, Platform, PermissionsAndroid, ScrollView, } from 'react-native'; import Voice from '@react-native-voice/voice'; const SpeechText = () =>...
is the project dead?
Android documentation [section](https://developer.android.com/reference/android/speech/SpeechRecognizer#createSpeechRecognizer(android.content.Context))
can someone tell me any other alternative library that will for same as internal voice to text service/system ?