We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like Chrome resets the volume to 1.0 when audio actually starts. Yuck.
The text was updated successfully, but these errors were encountered:
Yep. Have to set chrome volume after receiving the start event. Workaround in 775ec58.
Leaving issue open to file upstream bug against chromium.
Sorry, something went wrong.
Filed as chromium bug #44314 (http://code.google.com/p/chromium/issues/detail?id=44314). Happens only on cloned DOM nodes which is how we work in JSonic.
Example on JSFiddle at http://jsfiddle.net/YQ79B/.
Fixed upstream: http://code.google.com/p/chromium/issues/detail?id=33023. Will wait for it to land in a beta at least before removing the crutch in JSonic.
No branches or pull requests
Looks like Chrome resets the volume to 1.0 when audio actually starts. Yuck.
The text was updated successfully, but these errors were encountered: