ggerganov/whisper.cpp

[Help/ Discussion] Integrating with React

Himanshunitrr opened this issue · 0 comments

I went through previous similar issues, but could not know how to do integrate it. I want to make website (using React and Flask) to transcribe live audio through microphone. Wanted to know how to modify stream to adopt it. Also, should I use subprocess and execute modified stream executable (send half seconds audio chunks from frontend to stream at backend)? or use the webassembly available? Also, should I post all the audio chunks to backend of half seconds or is there a better way to do it? Any help will be appreciated!