This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19766 - Clarify that reading AudioParam.computedValue will return the latest computed value for the latest audio quantum
Summary: Clarify that reading AudioParam.computedValue will return the latest computed...
Status: CLOSED FIXED
Alias: None
Product: AudioWG
Classification: Unclassified
Component: Web Audio API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: TBD
Assignee: Chris Rogers
QA Contact: public-audio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 23:09 UTC by Ehsan Akhgari [:ehsan]
Modified: 2012-12-18 13:08 UTC (History)
1 user (show)

See Also:


Attachments

Description Ehsan Akhgari [:ehsan] 2012-10-29 23:09:12 UTC
This will mean that reading computedValue twice in a row will potentially return different results if the audio thread's computations have changed the computed value of an AudioParam.
Comment 1 Chris Rogers 2012-11-14 00:04:07 UTC
Fixed:
https://dvcs.w3.org/hg/audio/rev/48e0d9d7ff61
Comment 2 Olivier Thereaux 2012-12-18 13:08:28 UTC
Changeset looks good. No objection heard. Closing.