React Native record video and capture Speech to Text

1k Views Asked by At

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.

1

There are 1 best solutions below

2
On BEST ANSWER

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.