-
Notifications
You must be signed in to change notification settings - Fork 22
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
sound is broken on Firefox 43.0.4 #11
Comments
Same with Chrome on Android. Very slow tunes come fine. But faster ones show lots of noise. It sounds like the sound system gets too much requests at the same time and can not handle them properly. It looks like too many initialisations or something around that. Easliy reproducible with musical.js/test/demo/interact.html My suspection is, that keeping the Audion API busy and alive during playing might fix the bug? |
Removing setValueAtTime() and linearRampToValueAtTime() appears to eliminate the initial clicks/noice. See Disabling the above mentioned calls in musical.js produces a sound which is not as expected, but improves much for FF on Android and even Chrome on Android :-/ |
Some more input: |
I also tried the metronome app in my environment. It really seems to work. Would be glad if musical.js could be updated accordingly. |
It's playing but there is on each pitch a strange noise.
I'm on OS X 10.11.2
The text was updated successfully, but these errors were encountered: