Audio sounds "crispy" and cuts out
Categories
(Core :: Web Audio, defect, P2)
Tracking
()
People
(Reporter: miketaylr, Unassigned)
References
()
Details
Originally reported @ https://webcompat.com/issues/35600
STR:
- visit https://jackmerlinbruce.github.io/globalWarmingMusic/
- start typing
Expected: interesting sounds
Actual: after about 20 or 30 keys, the audio sounds distorted and broken (dont' do this with loud volume a headset on)
Once it's in this state, it even happens in Chrome. If I kill the audio service via sudo killall coreaudiod
, it does not reproduce in Chrome. But I can then re-trigger in Firefox.
Comment 1•5 years ago
|
||
Alex, would you mind taking a first pass on triaging this?
Comment 2•5 years ago
|
||
I can reproduce it in Linux. The faster I press the keys the bigger the distortion is. I am having the same results in Release, probably it is a long-standing issue. I set it for now under WebAudio and we can update when we know better what the problem is. Paul can you please try it under profiler?
Comment 3•5 years ago
|
||
This website is not written properly: it's creating a new synth and a new full effect chain each key press, and not cleaning up its resources.It's trivial to make it glitch regardless of the browser, but indeed it's a bit easier to have it glitch on Firefox.
Description
•