-
Notifications
You must be signed in to change notification settings - Fork 96
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
Strange values in Safari when mic volumen is 0 #32
Comments
@ibc Are you still interested in this repo? Sorry for the lack of responsiveness. If so, could you verify that this is still the case in the latest version of Safari? |
Hi @xdumaine, yes I am. I will re-check it on next days (cannot provide a proper ETA but it will happen in no more than a few weeks). |
Is there any news regarding this issue? |
Events were not working for me at all in iOS Safari, my fix was creating a |
dBs
value in "volume_change" event:It decreases until ~-500 and, after that, it becomes -100 (constant). It never reaches -Infinity.
In the other side, in Chrome/Firefox in behaves differently: it decreases gradually to -Infinity.
Not sure if
hark
may do something to "normalize" it. Currently it's so hard to detect "muted microphone".The text was updated successfully, but these errors were encountered: