Closed
Bug 929089
Opened 11 years ago
Closed 10 years ago
Stop using the Moz Audio Data API in Shumway
Categories
(Firefox Graveyard :: Shumway, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ehsan.akhgari, Unassigned)
References
Details
We're going to remove this API in bug 927245, please use Web Audio instead.
Comment 1•11 years ago
|
||
The good news is that it looks like Shumway doesn't require any changes to handle the API's removal. It already prefers Web Audio over the Audio Data API: https://github.com/mozilla/shumway/blob/master/src/flash/media/SoundChannel.js#L200
I couldn't find any other references in the source, so we can probably close this bug.
Reporter | ||
Comment 2•11 years ago
|
||
Well, we should still remove that code, but looks like this doesn't need to block bug 927245.
No longer blocks: 927245
Updated•10 years ago
|
Blocks: shumway-1.0
Comment 3•10 years ago
|
||
Yury, if I interpret the source correctly, this is fixed, right?
Status: NEW → ASSIGNED
Flags: needinfo?(ydelendik)
Comment 4•10 years ago
|
||
We removed code associated with Audio Data API (it was used as a fallback if Web Audio was not found).
https://github.com/mozilla/shumway/commit/4b0554d4e544822a962908b78bc5b5b43b25be3b#diff-c23520d32d42d4db8436e24c38b887b6
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(ydelendik)
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•