[Bug 22830] New: Specify the data model for AudioContext.createPeriodicWave

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22830

            Bug ID: 22830
           Summary: Specify the data model for
                    AudioContext.createPeriodicWave
    Classification: Unclassified
           Product: AudioWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Web Audio API
          Assignee: crogers@google.com
          Reporter: ehsan@mozilla.com
        QA Contact: public-audio@w3.org

We need to specify exactly what happens when you call
AudioContext.createPeriodicWave.  Roc's proposal was that we should copy the
arrays passed into this method when it gets called and use the internal copies
from that point on so that we don't race with those arrays being modified on
the main thread.  I support that proposal.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 29 July 2013 18:49:02 UTC