react-nativespeech-to-textreact-native-cameraamazon-transcribereact-native-voice

React Native record video and capture Speech to Text


I'm using React Native Camera to record video. I would also like to transcribe the voice at the same time (speech-to-text). I'm looking at React Native Voice but I don't think I can use both libraries at once (sharing the Mic input).

Wondering if anyone has ideas besides uploading the final video file somewhere to get transcribed.


Solution

  • Yes, you can. You can record video with React Native Camera, and using speech-to-text in Voice Library.

    For voice library you can see this or this guides.