Closed
Bug 935740
Opened 11 years ago
Closed 11 years ago
WebQuake demo hits JS error in Firefox
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jgilbert, Unassigned)
References
()
Details
Running this demo in Firefox hits a JS error:
TypeError: Not enough arguments to AudioContext.createBuffer.
We should figure out if this is a problem with the site or our implementation. It's probably the former, but I thought we might check, and potentially do outreach here.
Comment 1•11 years ago
|
||
The site is using a legacy createBuffer interface.
The demo runs when adding media.webaudio.legacy.AudioContext set to true.
media.webaudio.legacy.AudioBufferSourceNode and/or media.webaudio.legacy.OscillatorNode will be necesssary for sound.
Assignee: nobody → english-us
Component: Web Audio → English US
Product: Core → Tech Evangelism
Comment 2•11 years ago
|
||
Can somebody contact https://github.com/SiPlus about this please?
Comment 3•11 years ago
|
||
Sound (and the game) WFM in Firefox 29 mac, lots of fun too. Opened it in Fennec and got sound as well but it's not playable. Closing.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•