React Native 录制视频并将语音捕获为文本

React Native record video and capture Speech to Text

我正在使用 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,但我认为我不能同时使用这两个库(共享麦克风输入)。

想知道除了将最终视频文件上传到某个地方进行转录之外,是否还有其他想法。

是的,你可以。 您可以使用 React Native Camera 录制视频,并在语音库中使用语音转文本。

对于语音库,您可以查看 this or this 指南。