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 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,但我认为我不能同时使用这两个库(共享麦克风输入)。
想知道除了将最终视频文件上传到某个地方进行转录之外,是否还有其他想法。