Skip to content
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

Open
golwin-newage opened this issue May 15, 2018 · 13 comments · May be fixed by #33
Open

Recorder not working in latest versions of browser #29

golwin-newage opened this issue May 15, 2018 · 13 comments · May be fixed by #33

Comments

@golwin-newage
Copy link

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.

@nikivanstein
Copy link

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.
Like:
microphoneLevel.gain.value = 0.8;
Something else I had to "fix" was to comment out this line:
mixer.connect(audioContext.destination);
Because it was making a feedback loop from microphone to speaker (creating a creepy sound effect).

Hope this helps you.

@x5engine
Copy link

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.

@derek-adair
Copy link

This looks like a fantastic amount of work. What needs to be done to get this project up and running?

@x5engine
Copy link

@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 ;)

@derek-adair
Copy link

Upon further inspection its not clear if this project is working or not. I assumed the worst when looking at the non-functioning demo.

@x5engine
Copy link

@derek-adair I can get you a working demo ASAP and test it on all browser and even on mobile too

@derek-adair
Copy link

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!

@x5engine
Copy link

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?

@eeror eeror linked a pull request Jun 19, 2019 that will close this issue
@silkfield
Copy link

Was getting no sound as well from Chrome. I commented out and replaced this line thusly:

//~ var constraints = { audio: true, video:false }    
    
    var constraints = { audio: {
        volume: 1.0,
    }, video:false }

Works perfectly now.

@x5engine
Copy link

x5engine commented Nov 4, 2020

Nice، after two years at leastwe got a solution

@richworld3
Copy link

@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 ;)

?

@richworld3
Copy link

@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 ;)

?

??

@richworld3
Copy link

@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 ;)

?

??

???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants