SAF
Loading...
Searching...
No Matches
saf_utility_loudspeaker_presets.c File Reference

A collection of loudspeaker array directions and (nearly) uniform spherical grids. More...

Go to the source code of this file.

Variables

const float __mono_dirs_deg [1][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a mono setup.
 
const float __stereo_dirs_deg [2][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a stereo setup.
 
const float __5pX_dirs_deg [5][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 5.x setup.
 
const float __7pX_dirs_deg [7][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 7.x setup.
 
const float __8pX_dirs_deg [8][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 8.x setup.
 
const float __9pX_dirs_deg [9][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 9.x setup.
 
const float __10pX_dirs_deg [10][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 10.x setup.
 
const float __11pX_dirs_deg [11][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 11.x setup.
 
const float __11pX_7_4_dirs_deg [11][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 7.4.x setup.
 
const float __13pX_dirs_deg [13][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 13.x setup.
 
const float __22pX_dirs_deg [22][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 22.x setup.
 
const float __9_10_3p2_dirs_deg [24][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for a 9+10+3.2 setup BS 2051 recommedation: https://www.itu.int/rec/R-REC-BS.2051/en.
 
const float __protools_stereo_dirs_deg [2][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools stereo pair.
 
const int __protools_mapping_discrete_to_stereo [2] = { 0, 1 }
 Indices to map a discrete bus to a stereo bus in ProTools.
 
const int __protools_mapping_stereo_to_discrete [2] = { 0, 1 }
 Indices to map a stereo bus to a discrete bus in ProTools.
 
const float __protools_LCR_dirs_deg [3][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools Left-centre-right.
 
const int __protools_mapping_discrete_to_LCR [3] = { 0, 2, 1 }
 Indices to map a discrete bus to a LCR bus in ProTools.
 
const int __protools_mapping_LCR_to_discrete [3] = { 0, 2, 1 }
 Indices to map a LCR bus to a discrete bus in ProTools.
 
const float __protools_Quad_dirs_deg [4][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools Quadraphonic.
 
const int __protools_mapping_discrete_to_Quad [4] = { 0, 1, 2, 3 }
 Indices to map a discrete bus to a Quad bus in ProTools.
 
const int __protools_mapping_Quad_to_discrete [4] = { 0, 1, 2, 3 }
 Indices to map a Quad bus to a discrete bus in ProTools.
 
const float __protools_5p0_dirs_deg [5][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 5.0 surround (Film) L C R Ls Rs.
 
const int __protools_mapping_discrete_to_5p0 [5] = { 0, 2, 1, 3, 4 }
 Indices to map a discrete bus to a 5p0 bus in ProTools.
 
const int __protools_mapping_5p0_to_discrete [5] = { 0, 2, 1, 3, 4 }
 Indices to map a 5p0 bus to a discrete bus in ProTools.
 
const float __protools_5p0p2_dirs_deg [7][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 5.0.2 surround L R C Ls Rs Ltm Rtm.
 
const int __protools_mapping_discrete_to_5p0p2 [7] = { 0, 1, 2, 3, 4, 5, 6 }
 Indices to map a discrete bus to a 5p0p2 bus in ProTools.
 
const int __protools_mapping_5p0p2_to_discrete [7] = { 0, 1, 2, 3, 4, 5, 6 }
 Indices to map a 5p0p2 bus to a discrete bus in ProTools.
 
const float __protools_5p0p4_dirs_deg [9][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 5.0.4 surround L R C Ls Rs Ltf Rtf Ltr Rtr.
 
const int __protools_mapping_discrete_to_5p0p4 [9] = { 0, 1, 2, 3, 4, 5, 6, 7, 8 }
 Indices to map a discrete bus to a 5p0p4 bus in ProTools.
 
const int __protools_mapping_5p0p4_to_discrete [9] = { 0, 1, 2, 3, 4, 5, 6, 7, 8 }
 Indices to map a 5p0p4 bus to a discrete bus in ProTools.
 
const float __protools_7p0_dirs_deg [7][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 7.0 surround L C R Lss Rss Lsr Rsr.
 
const int __protools_mapping_discrete_to_7p0 [7] = { 0, 2, 1, 3, 4, 5, 6 }
 Indices to map a discrete bus to a 7p0 bus in ProTools.
 
const int __protools_mapping_7p0_to_discrete [7] = { 0, 2, 1, 3, 4, 5, 6 }
 Indices to map a 7p0 bus to a discrete bus in ProTools.
 
const float __protools_7p0p2_dirs_deg [9][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 7.0.2 surround L C R Lss Rss Lsr Rsr Lts Rts.
 
const int __protools_mapping_discrete_to_7p0p2 [9] = { 0, 2, 1, 3, 4, 5, 6, 7, 8}
 Indices to map a discrete bus to a 7p0p2 bus in ProTools.
 
const int __protools_mapping_7p0p2_to_discrete [9] = { 0, 2, 1, 3, 4, 5, 6, 7, 8}
 Indices to map a 7p0p2 bus to a discrete bus in ProTools.
 
const float __protools_7p0p4_dirs_deg [11][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 7.0.4 surround L R C Lss Rss Lsr Rsr Ltf Rtf Ltr Rtr.
 
const int __protools_mapping_discrete_to_7p0p4 [11] = { 0, 1, 2, 3, 4, 7, 8, 9, 10, 5, 6 }
 Indices to map a discrete bus to a 7p0p4 bus in ProTools.
 
const int __protools_mapping_7p0p4_to_discrete [11] = { 0, 1, 2, 3, 4, 9, 10, 5, 6, 7, 8 }
 Indices to map a 7p0p4 bus to a discrete bus in ProTools.
 
const float __protools_7p0p6_dirs_deg [13][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 7.0.6 surround L R C Lss Rss Lsr Rsr Ltf Rtf Ltm Rtm Ltr Rtr.
 
const int __protools_mapping_discrete_to_7p0p6 [13] = { 0, 1, 2, 3, 4, 7, 8, 11, 12, 5, 6, 9, 10 }
 Indices to map a discrete bus to a 7p0p6 bus in ProTools.
 
const int __protools_mapping_7p0p6_to_discrete [13] = { 0, 1, 2, 3, 4, 9, 10, 5, 6, 11, 12, 7, 8 }
 Indices to map a 7p0p6 bus to a discrete bus in ProTools.
 
const float __protools_9p0p4_dirs_deg [13][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 9.0.4 surround L R C Lss Rss Lsr Rsr Lw Rw Ltf Rtf Ltr Rtr.
 
const int __protools_mapping_discrete_to_9p0p4 [13] = { 0, 1, 2, 5, 6, 9, 10, 11, 12, 7, 8, 3, 4 }
 Indices to map a discrete bus to a 9p0p4 bus in ProTools.
 
const int __protools_mapping_9p0p4_to_discrete [13] = { 0, 1, 2, 11, 12, 3, 4, 9, 10, 5, 6, 7, 8 }
 Indices to map a 9p0p4 bus to a discrete bus in ProTools.
 
const float __protools_9p0p6_dirs_deg [15][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for ProTools 9.0.6 surround L R C Lss Rss Lsr Rsr Lw Rw Ltf Rtf Ltm Rtm Ltr Rtr.
 
const int __protools_mapping_discrete_to_9p0p6 [15] = { 0, 1, 2, 5, 6, 9, 10, 13, 14, 7, 8, 3, 4, 11, 12 }
 Indices to map a discrete bus to a 9p0p6 bus in ProTools.
 
const int __protools_mapping_9p0p6_to_discrete [15] = { 0, 1, 2, 11, 12, 3, 4, 9, 10, 5, 6, 13, 14, 7, 8 }
 Indices to map a 9p0p9 bus to a discrete bus in ProTools.
 
const float __Aalto_MCC_dirs_deg [45][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for the multi-channel anechoic chamber (MCC), at Aalto University.
 
const float __Aalto_MCCsubset_dirs_deg [37][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for the multi-channel anechoic chamber (MCC) sub-set, at Aalto University.
 
const float __Aalto_Apaja_dirs_deg [29][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for the audio-visual listening room (Apaja), at Aalto University.
 
const float __Aalto_LR_dirs_deg [13][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for the ITU standard listening room (LR), at Aalto University.
 
const float __DTU_AVIL_dirs_deg [64][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for the Audio Visual Immersion Lab (AVIL), at the Technical University of Denmark (DTU)
 
const float __Zylia_Lab_dirs_deg [22][2]
 Loudspeaker directions [azimuth, Elevation] in degrees, for the 22.x setup, at Zylia Labs.
 
const float __default_LScoords64_rad [64][2]
 Default Loudspeaker directions [azimuth, Elevation] in RADIANS!
 
const float __default_LScoords128_deg [128][2]
 Default Loudspeaker directions [azimuth, Elevation] - to replace above!
 
const int __Tdesign_degree_1_nPoints = 2
 Number of directions in a minimum Tdesign of degree: 1.
 
const float __Tdesign_degree_1_dirs_deg [2][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 1.
 
const int __Tdesign_degree_2_nPoints = 4
 Number of directions in a minimum Tdesign of degree: 2.
 
const float __Tdesign_degree_2_dirs_deg [4][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 2.
 
const int __Tdesign_degree_3_nPoints = 6
 Number of directions in a minimum Tdesign of degree: 3.
 
const float __Tdesign_degree_3_dirs_deg [6][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 3.
 
const int __Tdesign_degree_4_nPoints = 12
 Number of directions in a minimum Tdesign of degree: 4.
 
const float __Tdesign_degree_4_dirs_deg [12][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 4.
 
const int __Tdesign_degree_5_nPoints = 12
 Number of directions in a minimum Tdesign of degree: 5.
 
const float __Tdesign_degree_5_dirs_deg [12][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 5.
 
const int __Tdesign_degree_6_nPoints = 24
 Number of directions in a minimum Tdesign of degree: 6.
 
const float __Tdesign_degree_6_dirs_deg [24][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 6.
 
const int __Tdesign_degree_7_nPoints = 24
 Number of directions in a minimum Tdesign of degree: 7.
 
const float __Tdesign_degree_7_dirs_deg [24][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 7.
 
const int __Tdesign_degree_8_nPoints = 36
 Number of directions in a minimum Tdesign of degree: 8.
 
const float __Tdesign_degree_8_dirs_deg [36][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 8.
 
const int __Tdesign_degree_9_nPoints = 48
 Number of directions in a minimum Tdesign of degree: 9.
 
const float __Tdesign_degree_9_dirs_deg [48][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 9.
 
const int __Tdesign_degree_10_nPoints = 60
 Number of directions in a minimum Tdesign of degree: 10.
 
const float __Tdesign_degree_10_dirs_deg [60][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 10.
 
const int __Tdesign_degree_11_nPoints = 70
 Number of directions in a minimum Tdesign of degree: 11.
 
const float __Tdesign_degree_11_dirs_deg [70][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 11.
 
const int __Tdesign_degree_12_nPoints = 84
 Number of directions in a minimum Tdesign of degree: 12.
 
const float __Tdesign_degree_12_dirs_deg [84][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 12.
 
const int __Tdesign_degree_13_nPoints = 94
 Number of directions in a minimum Tdesign of degree: 13.
 
const float __Tdesign_degree_13_dirs_deg [94][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 13.
 
const int __Tdesign_degree_14_nPoints = 108
 Number of directions in a minimum Tdesign of degree: 14.
 
const float __Tdesign_degree_14_dirs_deg [108][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 14.
 
const int __Tdesign_degree_15_nPoints = 120
 Number of directions in a minimum Tdesign of degree: 15.
 
const float __Tdesign_degree_15_dirs_deg [120][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 15.
 
const int __Tdesign_degree_16_nPoints = 144
 Number of directions in a minimum Tdesign of degree: 16.
 
const float __Tdesign_degree_16_dirs_deg [144][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 16.
 
const int __Tdesign_degree_17_nPoints = 156
 Number of directions in a minimum Tdesign of degree: 17.
 
const float __Tdesign_degree_17_dirs_deg [156][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 17.
 
const int __Tdesign_degree_18_nPoints = 180
 Number of directions in a minimum Tdesign of degree: 18.
 
const float __Tdesign_degree_18_dirs_deg [180][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 18.
 
const int __Tdesign_degree_19_nPoints = 204
 Number of directions in a minimum Tdesign of degree: 19.
 
const float __Tdesign_degree_19_dirs_deg [204][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 19.
 
const int __Tdesign_degree_20_nPoints = 216
 Number of directions in a minimum Tdesign of degree: 20.
 
const float __Tdesign_degree_20_dirs_deg [216][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 20.
 
const int __Tdesign_degree_21_nPoints = 240
 Number of directions in a minimum Tdesign of degree: 21.
 
const float __Tdesign_degree_21_dirs_deg [240][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 21.
 
const int __Tdesign_degree_30_nPoints = 480
 Number of directions in a minimum Tdesign of degree: 30.
 
const float __Tdesign_degree_30_dirs_deg [480][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 30.
 
const int __Tdesign_degree_40_nPoints = 840
 Number of directions in a minimum Tdesign of degree: 40.
 
const float __Tdesign_degree_40_dirs_deg [840][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 40.
 
const int __Tdesign_degree_50_nPoints = 1296
 Number of directions in a minimum Tdesign of degree: 50.
 
const float __Tdesign_degree_50_dirs_deg [1296][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 50.
 
const int __Tdesign_degree_60_nPoints = 1860
 Number of directions in a minimum Tdesign of degree: 60.
 
const float __Tdesign_degree_60_dirs_deg [1860][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 60.
 
const int __Tdesign_degree_70_nPoints = 2520
 Number of directions in a minimum Tdesign of degree: 70.
 
const float __Tdesign_degree_70_dirs_deg [2520][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 70.
 
const int __Tdesign_degree_80_nPoints = 3276
 Number of directions in a minimum Tdesign of degree: 80.
 
const float __Tdesign_degree_80_dirs_deg [3276][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 80.
 
const int __Tdesign_degree_90_nPoints = 4140
 Number of directions in a minimum Tdesign of degree: 90.
 
const float __Tdesign_degree_90_dirs_deg [4140][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 90.
 
const int __Tdesign_degree_100_nPoints = 5100
 Number of directions in a minimum Tdesign of degree: 100.
 
const float __Tdesign_degree_100_dirs_deg [5100][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 100.
 
const int __Tdesign_degree_124_nPoints = 7812
 Number of directions in a minimum Tdesign of degree: 124.
 
const float __Tdesign_degree_124_dirs_deg [7812][2]
 Directions [azimuth, Elevation] in degrees, for minimum Tdesign degree: 124.
 
const int __Tdesign_nPoints_per_degree [21]
 Number of points in each t-design (up to degree 21 only).
 
const float * __HANDLES_Tdesign_dirs_deg [21]
 minimum T-design HANDLES (up to degree 21 only).
 
const float __SphCovering_4_dirs_deg [4][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 4 dirs.
 
const float __SphCovering_5_dirs_deg [5][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 5 dirs.
 
const float __SphCovering_6_dirs_deg [6][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 6 dirs.
 
const float __SphCovering_7_dirs_deg [7][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 7 dirs.
 
const float __SphCovering_8_dirs_deg [8][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 8 dirs.
 
const float __SphCovering_9_dirs_deg [9][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 9 dirs.
 
const float __SphCovering_10_dirs_deg [10][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 10 dirs.
 
const float __SphCovering_11_dirs_deg [11][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 11 dirs.
 
const float __SphCovering_12_dirs_deg [12][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 12 dirs.
 
const float __SphCovering_13_dirs_deg [13][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 13 dirs.
 
const float __SphCovering_14_dirs_deg [14][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 14 dirs.
 
const float __SphCovering_15_dirs_deg [15][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 15 dirs.
 
const float __SphCovering_16_dirs_deg [16][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 16 dirs.
 
const float __SphCovering_17_dirs_deg [17][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 17 dirs.
 
const float __SphCovering_18_dirs_deg [18][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 18 dirs.
 
const float __SphCovering_19_dirs_deg [19][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 19 dirs.
 
const float __SphCovering_20_dirs_deg [20][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 20 dirs.
 
const float __SphCovering_21_dirs_deg [21][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 21 dirs.
 
const float __SphCovering_22_dirs_deg [22][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 22 dirs.
 
const float __SphCovering_23_dirs_deg [23][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 23 dirs.
 
const float __SphCovering_24_dirs_deg [24][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 24 dirs.
 
const float __SphCovering_25_dirs_deg [25][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 25 dirs.
 
const float __SphCovering_26_dirs_deg [26][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 26 dirs.
 
const float __SphCovering_27_dirs_deg [27][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 27 dirs.
 
const float __SphCovering_28_dirs_deg [28][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 28 dirs.
 
const float __SphCovering_29_dirs_deg [29][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 29 dirs.
 
const float __SphCovering_30_dirs_deg [30][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 30 dirs.
 
const float __SphCovering_31_dirs_deg [31][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 31 dirs.
 
const float __SphCovering_32_dirs_deg [32][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 32 dirs.
 
const float __SphCovering_33_dirs_deg [33][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 33 dirs.
 
const float __SphCovering_34_dirs_deg [34][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 34 dirs.
 
const float __SphCovering_35_dirs_deg [35][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 35 dirs.
 
const float __SphCovering_36_dirs_deg [36][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 36 dirs.
 
const float __SphCovering_37_dirs_deg [37][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 37 dirs.
 
const float __SphCovering_38_dirs_deg [38][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 38 dirs.
 
const float __SphCovering_39_dirs_deg [39][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 39 dirs.
 
const float __SphCovering_40_dirs_deg [40][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 40 dirs.
 
const float __SphCovering_41_dirs_deg [41][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 41 dirs.
 
const float __SphCovering_42_dirs_deg [42][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 42 dirs.
 
const float __SphCovering_43_dirs_deg [43][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 43 dirs.
 
const float __SphCovering_44_dirs_deg [44][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 44 dirs.
 
const float __SphCovering_45_dirs_deg [45][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 45 dirs.
 
const float __SphCovering_46_dirs_deg [46][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 46 dirs.
 
const float __SphCovering_47_dirs_deg [47][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 47 dirs.
 
const float __SphCovering_48_dirs_deg [48][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 48 dirs.
 
const float __SphCovering_49_dirs_deg [49][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 49 dirs.
 
const float __SphCovering_50_dirs_deg [50][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 50 dirs.
 
const float __SphCovering_51_dirs_deg [51][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 51 dirs.
 
const float __SphCovering_52_dirs_deg [52][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 52 dirs.
 
const float __SphCovering_53_dirs_deg [53][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 53 dirs.
 
const float __SphCovering_54_dirs_deg [54][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 54 dirs.
 
const float __SphCovering_55_dirs_deg [55][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 55 dirs.
 
const float __SphCovering_56_dirs_deg [56][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 56 dirs.
 
const float __SphCovering_57_dirs_deg [57][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 57 dirs.
 
const float __SphCovering_58_dirs_deg [58][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 58 dirs.
 
const float __SphCovering_59_dirs_deg [59][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 59 dirs.
 
const float __SphCovering_60_dirs_deg [60][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 60 dirs.
 
const float __SphCovering_61_dirs_deg [61][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 61 dirs.
 
const float __SphCovering_62_dirs_deg [62][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 62 dirs.
 
const float __SphCovering_63_dirs_deg [63][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 63 dirs.
 
const float __SphCovering_64_dirs_deg [64][2]
 Directions [azimuth, Elevation] in degrees, for sphere covering: 64 dirs.
 
const float * __HANDLES_SphCovering_dirs_deg [64]
 Sphere covering handles ( between 4..64 points only)
 
const int __geosphere_ico_0_0_nPoints = 12
 Number of directions in a ico geosphere of degree: 0.
 
const float __geosphere_ico_0_0_dirs_deg [12][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 0.
 
const int __geosphere_ico_1_0_nPoints = 32
 Number of directions in a ico geosphere of degree: 1.
 
const float __geosphere_ico_1_0_dirs_deg [32][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 1.
 
const int __geosphere_ico_2_0_nPoints = 42
 Number of directions in a ico geosphere of degree: 2.
 
const float __geosphere_ico_2_0_dirs_deg [42][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 2.
 
const int __geosphere_ico_3_0_nPoints = 92
 Number of directions in a ico geosphere of degree: 3.
 
const float __geosphere_ico_3_0_dirs_deg [92][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 3.
 
const int __geosphere_ico_4_0_nPoints = 162
 Number of directions in a ico geosphere of degree: 4.
 
const float __geosphere_ico_4_0_dirs_deg [162][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 4.
 
const int __geosphere_ico_5_0_nPoints = 252
 Number of directions in a ico geosphere of degree: 5.
 
const float __geosphere_ico_5_0_dirs_deg [252][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 5.
 
const int __geosphere_ico_6_0_nPoints = 362
 Number of directions in a ico geosphere of degree: 6.
 
const float __geosphere_ico_6_0_dirs_deg [362][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 6.
 
const int __geosphere_ico_7_0_nPoints = 492
 Number of directions in a ico geosphere of degree: 7.
 
const float __geosphere_ico_7_0_dirs_deg [492][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 7.
 
const int __geosphere_ico_8_0_nPoints = 642
 Number of directions in a ico geosphere of degree: 8.
 
const float __geosphere_ico_8_0_dirs_deg [642][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 8.
 
const int __geosphere_ico_9_0_nPoints = 812
 Number of directions in a ico geosphere of degree: 9.
 
const float __geosphere_ico_9_0_dirs_deg [812][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 9.
 
const int __geosphere_ico_10_0_nPoints = 1002
 Number of directions in a ico geosphere of degree: 10.
 
const float __geosphere_ico_10_0_dirs_deg [1002][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 10.
 
const int __geosphere_ico_11_0_nPoints = 1212
 Number of directions in a ico geosphere of degree: 11.
 
const float __geosphere_ico_11_0_dirs_deg [1212][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 11.
 
const int __geosphere_ico_12_0_nPoints = 1442
 Number of directions in a ico geosphere of degree: 12.
 
const float __geosphere_ico_12_0_dirs_deg [1442][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 12.
 
const int __geosphere_ico_13_0_nPoints = 1692
 Number of directions in a ico geosphere of degree: 13.
 
const float __geosphere_ico_13_0_dirs_deg [1692][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 13.
 
const int __geosphere_ico_14_0_nPoints = 1962
 Number of directions in a ico geosphere of degree: 14.
 
const float __geosphere_ico_14_0_dirs_deg [1962][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 14.
 
const int __geosphere_ico_15_0_nPoints = 2252
 Number of directions in a ico geosphere of degree: 15.
 
const float __geosphere_ico_15_0_dirs_deg [2252][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 15.
 
const int __geosphere_ico_16_0_nPoints = 2562
 Number of directions in a ico geosphere of degree: 16.
 
const float __geosphere_ico_16_0_dirs_deg [2562][2]
 Directions [azimuth, Elevation] in degrees, for ico geosphere, degree: 16.
 
const int __geosphere_oct_0_0_nPoints = 6
 Number of directions in a oct geosphere of degree: 0.
 
const float __geosphere_oct_0_0_dirs_deg [6][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 0.
 
const int __geosphere_oct_1_0_nPoints = 14
 Number of directions in a oct geosphere of degree: 1.
 
const float __geosphere_oct_1_0_dirs_deg [14][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 1.
 
const int __geosphere_oct_2_0_nPoints = 18
 Number of directions in a oct geosphere of degree: 2.
 
const float __geosphere_oct_2_0_dirs_deg [18][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 2.
 
const int __geosphere_oct_3_0_nPoints = 38
 Number of directions in a oct geosphere of degree: 3.
 
const float __geosphere_oct_3_0_dirs_deg [38][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 3.
 
const int __geosphere_oct_4_0_nPoints = 66
 Number of directions in a oct geosphere of degree: 4.
 
const float __geosphere_oct_4_0_dirs_deg [66][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 4.
 
const int __geosphere_oct_5_0_nPoints = 102
 Number of directions in a oct geosphere of degree: 5.
 
const float __geosphere_oct_5_0_dirs_deg [102][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 5.
 
const int __geosphere_oct_6_0_nPoints = 146
 Number of directions in a oct geosphere of degree: 6.
 
const float __geosphere_oct_6_0_dirs_deg [146][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 6.
 
const int __geosphere_oct_7_0_nPoints = 198
 Number of directions in a oct geosphere of degree: 7.
 
const float __geosphere_oct_7_0_dirs_deg [198][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 7.
 
const int __geosphere_oct_8_0_nPoints = 258
 Number of directions in a oct geosphere of degree: 8.
 
const float __geosphere_oct_8_0_dirs_deg [258][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 8.
 
const int __geosphere_oct_9_0_nPoints = 326
 Number of directions in a oct geosphere of degree: 9.
 
const float __geosphere_oct_9_0_dirs_deg [326][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 9.
 
const int __geosphere_oct_10_0_nPoints = 402
 Number of directions in a oct geosphere of degree: 10.
 
const float __geosphere_oct_10_0_dirs_deg [402][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 10.
 
const int __geosphere_oct_11_0_nPoints = 486
 Number of directions in a oct geosphere of degree: 11.
 
const float __geosphere_oct_11_0_dirs_deg [486][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 11.
 
const int __geosphere_oct_12_0_nPoints = 578
 Number of directions in a oct geosphere of degree: 12.
 
const float __geosphere_oct_12_0_dirs_deg [578][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 12.
 
const int __geosphere_oct_13_0_nPoints = 678
 Number of directions in a oct geosphere of degree: 13.
 
const float __geosphere_oct_13_0_dirs_deg [678][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 13.
 
const int __geosphere_oct_14_0_nPoints = 786
 Number of directions in a oct geosphere of degree: 14.
 
const float __geosphere_oct_14_0_dirs_deg [786][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 14.
 
const int __geosphere_oct_15_0_nPoints = 902
 Number of directions in a oct geosphere of degree: 15.
 
const float __geosphere_oct_15_0_dirs_deg [902][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 15.
 
const int __geosphere_oct_16_0_nPoints = 1026
 Number of directions in a oct geosphere of degree: 16.
 
const float __geosphere_oct_16_0_dirs_deg [1026][2]
 Directions [azimuth, Elevation] in degrees, for oct geosphere, degree: 16.
 
const float * __HANDLES_geosphere_ico_dirs_deg [17]
 3LD geosphere HANDLES (freq = [0 0], [1 0],..., [16 0])
 
const float * __HANDLES_geosphere_oct_dirs_deg [17]
 3LD geosphere HANDLES (freq = [0 0], [1 0],..., [16 0])
 
const int __geosphere_ico_nPoints [17]
 3LD geosphere number of points (freq = [0 0], [1 0],..., [16 0])
 
const int __geosphere_oct_nPoints [17]
 3LD geosphere number of points (freq = [0 0], [1 0],..., [16 0])
 

Detailed Description

A collection of loudspeaker array directions and (nearly) uniform spherical grids.

Author
Leo McCormack
Date
11.07.2016
License
ISC

Definition in file saf_utility_loudspeaker_presets.c.