voice icon indicating copy to clipboard operation
voice copied to clipboard

:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)

Results 229 voice issues
Sort by recently updated
recently updated
newest added
trafficstars

import React, { useEffect, useRef, useState } from 'react'; import { View, Text, SafeAreaView, Image, ScrollView, TouchableOpacity, Alert, ActivityIndicator } from 'react-native'; import { widthPercentageToDP as wp, heightPercentageToDP as hp...

This PR addresses the deprecation warning of the jcenter() method in the build.gradle file of the react-native-community/voice package. JCenter has been sunsetted and is read-only now. Gradle has also deprecated...

AVAudioSession_iOS.mm:2241 Error: category option 'defaultToSpeaker' is only applicable with category 'playAndRecord' AddInstanceForFactory: No factory registered for id F8BB1C28-BAE8-11D6-9C31-00039315CD46 Stations JSON Found Unable to simultaneously satisfy constraints. Probably at least one...

AVAudioSession_iOS.mm:2241 Error: category option 'defaultToSpeaker' is only applicable with category 'playAndRecord'

Hi, is there a way to configure the library to capture characters only? For example, when pronouncing the letter 'c', I don't want the word 'see' to be returned; only...

PR to fix android crashing on result being null: E FATAL EXCEPTION: main Process: com.poc_speech_recognigtion, PID: 11881 java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.Iterator java.util.ArrayList.iterator()' on a null object reference...

I realize that this project is essentially abandoned, but am wondering if anyone else is experiencing this issue or has found a fix. `onSpeechStart` seems to experience an inconsistent delay,...

Hi all, I have copied the code from the example and I am testing it on my app. I need to say short sentences like, up, down, left and right...

Typescript was complaining with some types.