-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser audio recording is not supported #147
Comments
I have attached my react component code here,
|
Additionally, how can I modify the audio buffer here, I tried to downsample the buffer to make it compatible with Speech to Text service I'm using. I have attached the format below that I wanted the audio buffer convert to. Please share the relevant resources on this.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I was working with react-mic to stream the audio buffers to backend socket event handlers in NodeJS, my goal is to transcribe the audio to text.
I'm able to record the audio and stream it to the socket events but when I deploy the app, I'm unable to record the audio. A pop-up says browser does not support audio recording. I have attached the reference screenshots below.
When deployed in the server
In my local machine
The text was updated successfully, but these errors were encountered: