[web-audio-api] Spec what happens if a AudioBufferSourceNode is connected to two distinct PannerNodes (#59)

> Originally reported on W3C Bugzilla [ISSUE-21596](https://www.w3.org/Bugs/Public/show_bug.cgi?id=21596) Fri, 05 Apr 2013 15:46:48 GMT
> Reported by paul@paul.cx
> Assigned to 

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.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/59

Received on Wednesday, 11 September 2013 14:29:39 UTC