Closed
Bug 1572627
Opened 5 years ago
Closed 5 years ago
Implement AudioWorkletGlobalScope.sampleRate
Categories
(Core :: Web Audio, enhancement, P2)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: karlt, Assigned: karlt)
References
(Regressed 1 open bug)
Details
Attachments
(4 files)
No description provided.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → karlt
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
so that mProcessedTime can be updated for each block processed.
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D54082
Assignee | ||
Comment 4•5 years ago
|
||
This is similar to [[current frame]] in Web Audio, but is in GraphTime,
not AudioContext-specific time.
Depends on D54083
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D54084
Pushed by ktomlinson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f19f757691cf
record and use old mProcessedTime in Process() and PlayAudio() r=padenot
https://hg.mozilla.org/integration/autoland/rev/e1838026425e
update mProcessedTime for each block r=padenot
https://hg.mozilla.org/integration/autoland/rev/75a9f4f8b490
expose ProcessedTime() as a graph-global time updated after processing all tracks r=padenot
https://hg.mozilla.org/integration/autoland/rev/29ecee490054
implement currentFrame, currentTime, and sampleRate members on AudioWorkletGlobalScope r=padenot
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f19f757691cf
https://hg.mozilla.org/mozilla-central/rev/e1838026425e
https://hg.mozilla.org/mozilla-central/rev/75a9f4f8b490
https://hg.mozilla.org/mozilla-central/rev/29ecee490054
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•