-
Notifications
You must be signed in to change notification settings - Fork 185
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
Recorder not working in latest versions of browser #29
Comments
Remember to put the Microphone level to a default of > 0. Currently in the demo code it is set to 0 for some reason. Took me a while to find out as well. Hope this helps you. |
me too getting this issue but with Could not get audio media device: TypeError: Failed to execute 'getUserMedia' on 'MediaDevices': Malformed constraint: Cannot use both optional/mandatory and specific or advanced constraints. |
This looks like a fantastic amount of work. What needs to be done to get this project up and running? |
@derek-adair if you're talking about me then it's just some funding and I'll get to fix this and get it up and running in no time ;) |
Upon further inspection its not clear if this project is working or not. I assumed the worst when looking at the non-functioning demo. |
@derek-adair I can get you a working demo ASAP and test it on all browser and even on mobile too |
I'm not in any position to fund development on anything and I dont think this is the appropriate forum to do so anyhow. However, I am available to work towards this end as I have more time than money at the moment. So if you have any TODO's or plans you can include me on, SIGN ME UP! |
okay @derek-adair here are the things that can be done We fix this bug on my repo https://github.com/meteorplus/web-audio-recorder-js Could not get audio media device: TypeError: Failed to execute 'getUserMedia' on 'MediaDevices': Malformed constraint: Cannot use both optional/mandatory and specific or advanced constraints. then we make improvements ok? |
Was getting no sound as well from Chrome. I commented out and replaced this line thusly:
Works perfectly now. |
Nice، after two years at leastwe got a solution |
? |
?? |
??? |
I tried with Firefox and chrome. Record seems working when we see the counter. But the output doesn't have any sound. I have checked my implementation as well as the demo that you provided.
Chrome version : Version 66.0.3359.139 (Official Build) (64-bit)
Firefox Version : 60.0 (64-bit)
Please do help.
The text was updated successfully, but these errors were encountered: