Closed Bug 1104206 Opened 10 years ago Closed 10 years ago

[WebAudioAPI] Burst of click noise when audio starts

Categories

(Core :: Web Audio, defect)

33 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: hongchan, Unassigned)

Details

(Keywords: testcase)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141030112145

Steps to reproduce:

var context = new AudioContext();
var osc = context.createOscillator();
osc.connect(context.destination);
osc.start(1.0);


Actual results:

A burst of click noise is produced consistently, when
1) refresh the web page
2) and execute the repro code


Expected results:

No clicking noise.
Component: Untriaged → Web Audio
Keywords: testcase
Product: Firefox → Core
Fixed on nightly, probably fixed by the MSG refactoring.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.