Closed
Bug 827537
Opened 12 years ago
Closed 12 years ago
Refactor AudioChunk so different channels can be in independent buffers
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
In Web Audio, the buffers for each channel can be independent arrays. To handle this in MediaStreamGraph we need to refactor AudioChunk to not assume the data for all channels is packed into a single buffer. Surprisingly, this also makes the code simpler.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #698891 -
Flags: review?(rjesup)
Updated•12 years ago
|
Attachment #698891 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•