Closed
Bug 1156733
Opened 11 years ago
Closed 11 years ago
Turning on a ScriptProcessorNode through the WebAudio editor yields silence
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1157137
People
(Reporter: pehrsons, Unassigned)
References
Details
I have a gUM stream hooked up like so:
stream (audio+video) ->
MediaStreamSourceNode ->
ScriptProcessorNode ->
MediaStreamDestinationNode ->
AudioElement
I can hear the processed audio.
If I in the Web Audio editor turn off the ScriptProcessorNode I hear unprocessed audio.
If I in the Web Audio editor turn the ScriptProcessorNode back on, I just hear silence.
After reaching this state I am unable to turn it on properly. Turning it off always plays unprocessed audio, so that works fine.
| Reporter | ||
Comment 1•11 years ago
|
||
This seems to work with my patch for bug 1157137.
| Reporter | ||
Comment 2•11 years ago
|
||
Confirmed reproducing (3 of 3) on http://mdn.github.io/script-processor-node/ with Firefox 39.
Confirmed fixed (many of equally many) on the same page by bug 1157137.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•