Re: Re: Serial connection between multiple pannerNodes recursively

On Fri, Feb 28, 2014 at 2:08 PM, KeonHo Kim <keonho07.kim@samsung.com>wrote:

> Webkit/blink implementation is refered one pannerNode that is connected at
> final for doppler rate. Distance, sound cone, azimuth and elevation
> are affected all connected panner. If there is connection changed
> audiobuffersource refers only one and final.
>
> @Ray, could you check it togather, am I correct?
>

If by "final" you mean the last panner connected, then I believe this is
true.

And as Chris mentioned, I believe this is used to implement a doppler
effect.  The doppler in the panner is used to adjust the playback rate of a
connected AudioBufferSourceNode. I think this means other types of source
nodes won't get a doppler effect applied at all.

I do not know why it's implemented this way.

Ray

Received on Friday, 28 February 2014 23:50:37 UTC