Closed
Bug 1068749
Opened 11 years ago
Closed 7 years ago
Streaming audio data for web audio editor
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jsantell, Unassigned)
References
Details
Server side component that emits chunks of audio data (both time and frequency domains) when toggled on, for the entire context.
Requirements:
* This is a lot of data coming over at high bandwidth. Will need to find a sweet spot performance wise.
* Will require a wrapper around the destination node, so we can create our own analyser node (that is ignored in rendering), and ensure when nodes connect to `destination`, they actually connect to our shadow destination analyser.
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
| Reporter | ||
Updated•11 years ago
|
Assignee: jsantell → nobody
Comment 1•9 years ago
|
||
Bulk changing the status, as there is no assignee anymore.
Sebastian
Status: ASSIGNED → NEW
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•7 years ago
|
||
The code behind DevTools:Web Audio Editor has gone away. Closing this bug as INVALID
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
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
•