You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: