voice
voice copied to clipboard
:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
The current behavior will allow iOS to recognize speech for an unlimited set of time until the interface is triggered with a stop condition. I have observed that on Android...
Steps: npm i @react-native-voice/voice --save npx pod-install app.json "plugins": [ "expo-router", "@react-native-voice/voice", { "microphonePermission": "Allow our App to access the microphone", "speechRecognitionPermission": "Allow our App to securely recognize user speech"...
import React, { useEffect, useState } from "react"; import Voice from "@react-native-voice/voice"; import { PERMISSIONS, RESULTS, openSettings, request, } from "react-native-permissions"; import { Alert, Keyboard, Platform } from "react-native"; import...
I'm experiencing issues with the speech-to-text recognition accuracy. The library is struggling to recognize words and often returns incorrect results. is there any solution to enhance the accuracy? Thanks
I want to increase the amount of time Android speech recognition. I tried these 3 tags but it not working. TAG 1: EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS TAG 2: EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS TAG 3: EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS `private...
Hi there! First, congratulations this library looks really cool. Good work! I have problems in iOS though. 1. The simulator crashes on the demo when tapping in the Start Button...
Looking for some flag or option so that Voice can be recorded and I can save words that are spoken by user in a continuous manner.
For example if I say: "zero" he will transcribe : 0 I need it to transcribe all the numbers into letters?
I am developing a React Native application that uses the @react-native-voice/voice library to implement a voice command interface. There is an issue with the voice recognition functionality when navigating between...
I was testing the library and it was workin fine but suddenly it started giving this error all the time: > "8/RecognitionService busy" > Any help or explanation is appreciated!