Closed
Bug 929595
Opened 11 years ago
Closed 11 years ago
crackling when walking in Goo Technologies Web Audio Demo
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: mbest, Assigned: karlt)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [games][fixed in bug 898291])
Getting cracking in the audio when walking around.
Reporter | ||
Comment 1•11 years ago
|
||
The audio is cracking when you walk far away from the band playing music. As you walk further away, the cracking increases. The same is true when you walk towards the band. When you first start the demo, if you don't hear music, toggle the audio on and off to fix the problem.
Whiteboard: [games]
Comment 2•11 years ago
|
||
What's the behavior of this in Chrome?
(FWIW I don't get any audio playback in Nightly on Mac, and I think that's probably a bug in the application itself.)
From the description, it seems like this is a PannerNode problem?
Reporter | ||
Comment 3•11 years ago
|
||
No issue in Chrome release. I ran the same repro sets and was unable to recreate it there.
Assignee | ||
Comment 4•11 years ago
|
||
The crackling happens when the MediaStreamGraph thread gets close to 100% CPU, which is when tapping the forward (w) or back (s) keys at a rate to generate frequent stepping sounds. Each step creates a new HRTF panner.
So the issue here is spending too much cpu processing silence in the panners before they are GC'd, which is also part of bug 923319.
This is resolved by the patches in bug 898291, which depend on patches in bug 923301.
Assignee: nobody → karlt
Depends on: 898291
Summary: Goo Technologies Web Audio Demo → crackling when walking in Goo Technologies Web Audio Demo
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [games] → [games][fixed in bug 898291]
Updated•11 years ago
|
Target Milestone: --- → mozilla27
Updated•11 years ago
|
Blocks: gecko-games
You need to log in
before you can comment on or make changes to this bug.
Description
•