]> Shamusworld >> Repos - ardour-manual/blob - _manual/20_mixing/02_panning/04_vbap_panner.html
132628f200ce078211d950c4859a33f91c14e2f9
[ardour-manual] / _manual / 20_mixing / 02_panning / 04_vbap_panner.html
1 ---
2 layout: default
3 title: VBAP Panner
4 ---                        
5
6 <p class="warning">
7   Ardour's VBAP panner is currently in development, and its semantics may
8   change in the near future, possibly affecting your mixes. Please do not
9   rely on it for important production work while the dust settles.
10 </p>
11 <p>
12   <dfn><abbr title="Vector-base Amplitude Panning">VBAP</abbr></dfn> 
13   is a versatile and straightforward method to pan a source around over an
14   arbitrary number of speakers on a horizontal polygon or a 3D surface,
15   even if the speaker layout is highly irregular.
16 </p>
17
18 <h2>Basic concepts</h2>
19 <p>
20   VBAP was developed by Ville Pulkki at Aalto University, Helsinki, in 2001.
21   It works by distributing the signal to the speakers nearest to the desired
22   direction with appropriate weightings, aiming to create a maximally sharp 
23   phantom source by using as few speakers as possible:
24 </p>
25 <ul>
26   <li>one speaker, if the desired direction coincides with a speaker
27   location,</li>
28   <li>two speakers, if the desired direction is on the line between two
29   speakers,</li>
30   <li>and three speakers in the general 3D case.</li>
31 </ul>
32 <p>
33   Thus, if you move the panner onto a speaker, you can be sure that only
34   this speaker will get any signal. This is handy when you need precise
35   1:1 routing.<br />
36   The drawback of VBAP is that a moving source will constantly change its 
37   apparent sharpness, as it transitions between the three states mentioned 
38   above.
39 </p>
40 <p>
41   A <dfn>horizontal</dfn> VBAP panner has one parameter, the <dfn>azimuth
42   angle</dfn>. A <dfn>full-sphere</dfn> panner offers an additional 
43   <dfn>elevation angle</dfn> control.
44 </p>
45 <p class="note">
46   More elaborate implementations of VBAP also include a
47   <dfn>spread</dfn> parameter, which  will distribute the signal over a 
48   greater number of speakers in order to maintain constant (but no longer 
49   maximal) sharpness, regardless of position. Ardour's VBAP panner does not 
50   currently include this feature.
51 </p>
52
53 <h2>Speaker layout</h2>
54 <p>
55   Each VBAP panner is specific to its <dfn>speaker layout</dfn>
56   &mdash; the panner has
57   to "know" about the precise location of all the speakers. A complete VBAP
58   implementation must therefore include the possibility to define this
59   layout.
60 </p>
61 <img src="/images/VBAP-panner-5.png" class="small right" alt="The VBAP
62 panner with 5 outputs"/>
63 <p>
64   Ardour currently uses a simplified approach: if a track or bus has more
65   than two output channels (which implies stereo), it assumes that you
66   have N speakers distributed in a regular N-gon. That means that for
67   irregular layouts such as 5.1 or 7.1, the direction you dial in will
68   differ a bit from the actual auditory result, but you can still achieve
69   any desired spatialisation.
70 </p>
71 <h3>Experimental 3D VBAP</h3>
72 <img src="/images/VBAP-panner-10.png" class="small right" alt="The VBAP
73 panner with 10 outputs, in experimental 3D mode"/>
74 <p>
75   For tracks with 10 outputs, Ardour will currently assume a 3-dimensional
76   speaker layout corresponding to Auro-3D 10.1, which is a horizontal 5.1
77   system, four elevated speakers above L, R, Ls, and Rs, and an additional
78   "voice-of-god" speaker at the zenith.
79 </p>
80
81 <h2>N:M panning</h2>
82 <img src="/images/VBAP-panner-4in5.png" class="small right" alt="The VBAP
83 panner in 4 in, 5 out mode"/>
84 <p>
85   For tracks and busses with more than one input, Ardour will (for now) assume that
86   you wish to distribute the inputs symmetrically along the latitude around
87   the panner direction. The width parameter controls the opening angle of
88   the distribution sector.
89 </p>