voice
voice copied to clipboard
Is it possible to record the audio with speech recognition enabled?
Hello!
I'm working on a project in which I need to be able to recognize speech and then listen to the heard input. Is there any way I can achieve this? I know using separate packages for both purposes isn't possible because android only allows one access to the mic at a time, but is it possible to save the audio stream into a file before being processed by the speech recognizer?
Thanks in advance!
I also need this type of functionality.
The same question is about recording the video at the same time. https://mrousavy.com/react-native-vision-camera/docs/guides
The same question is about recording the video at the same time. https://mrousavy.com/react-native-vision-camera/docs
Page not found...
The same question is about recording the video at the same time. https://mrousavy.com/react-native-vision-camera/docs
Page not found...
Fixed. the issue is only on Android.
any news on this feature? it would be amazing if we could get audio stream and speech 2 text results at the same time on android.
Nothing new, sadly
Also needs
It works for me using react-native-audio-recorder-player at the same time. Works fine on iOS. Seems to work on android although i'm having some trouble getting android to continue to transcribe without stopping constantly.
It works for me using react-native-audio-recorder-player at the same time. Works fine on iOS. Seems to work on android although i'm having some trouble getting android to continue to transcribe without stopping constantly.
How did you achieve this functionality. It seems when react-native-audio-recorder-player is using the mic, react-native-voice/voice can't access the mic. Which give error: {code: '7', message: '7/No match'}