codding123vbf
codding123vbf
how to make it work offline for 'en-US' language...this language is already downloaded but still its not giving results in offline mode
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...
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 = () =>...
can someone tell me any other alternative library that will for same as internal voice to text service/system ?
if someone implemented this library pls share ur code
i want to implement a functionality like this on react native app both offline and online... so i wanted to ask if it works on react native (ios and android)...