- From: Raymond Toy <rtoy@google.com>
- Date: Fri, 28 Feb 2014 09:12:44 -0800
- To: KeonHo Kim <keonho07.kim@samsung.com>
- Cc: "public-audio@w3.org" <public-audio@w3.org>
- Message-ID: <CAE3TgXGLTMhTNk7_C4arjjTdR9QeRXsmr4pp4OV-AB7kvGrJ7w@mail.gmail.com>
You've been reading the blink/webkit code for panners. :-) I do not know the reason, but it seems Chris Rogers only expected to have each source connected to at most one panner. What would it mean to have a source connected to two different panners serially? On Thu, Feb 27, 2014 at 4:27 AM, KeonHo Kim <keonho07.kim@samsung.com>wrote: > Dear All, > > > > Here is an question about connection between multiple pannerNodes. > > > > Example, > > Source1 -> Panner1 -> > > Panner3 -> Destination > > Source2 -> Panner2 -> > > > > In this case, generated buffers from Source1 refer values such as > dopplerShift, distanceConeGain, azimuth and elevation from Panner1 and > Panner3. > > In the next connection, generated buffers from Source2 refer values from > Panner2 and Panner3. > > > > If there is recursively serial connection between multiple panner nodes to > audiobuffersourcenode, which panners should affect the pitch of > audioBufferSource for dopper shift. > > > > In example, Source1 ( Panner1 or Panner3, both ? ) > > Destination = Panner3 ( Panner1 ( Source1 ) ) ) ? > > Destination = Panner1 ( Source1 ) ? > > Destination = Panner3 ( Source1 ) ? > > > > On process of each AudioNode will generate buffers for their purpose. > > Is there anyone can guide clearly this case about all values how to work? >
Received on Friday, 28 February 2014 17:13:12 UTC