[Bug 21596] New: Spec what happens if a AudioBufferSourceNode is connected to two distinct PannerNodes

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

            Bug ID: 21596
           Summary: Spec what happens if a AudioBufferSourceNode is
                    connected to two distinct PannerNodes
    Classification: Unclassified
           Product: AudioWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Web Audio API
          Assignee: crogers@google.com
          Reporter: padenot@mozilla.com
        QA Contact: public-audio@w3.org

Say we have the following setup:


Source1 ----> Panner1 ----> Destination
          |                     |
          `---> Panner2 --------'

Where:
- Source1 is an AudioBufferSourceNode ;
- Panner1 and Panner2 are two PannerNodes, with listener and source velocity
set such as the doppler shift is different from 1.0 ;
- Destination is the context's destination node.

The spec seems to assume that an AudioBufferSourceNode can be connected to only
one PannerNode.

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

Received on Friday, 5 April 2013 15:46:54 UTC