JamesBrill / react-speech-recognition

💬Speech recognition for your React app
https://webspeechrecognition.com/
MIT License
637 stars 116 forks source link

Pass in audio track from video? #161

Open jsjoeio opened 1 year ago

jsjoeio commented 1 year ago

Hi there! Thanks for making this awesome library 😀

I'd like to combine it with a video recorder. Basically I want to record the user's video and transcribe the audio in the background.

Is it possible to do this without creating two audio tracks?