File: 8channels.asd

package info (click to toggle)
soundscaperenderer 0.6.0%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,148 kB
  • sloc: cpp: 36,430; sh: 4,522; makefile: 847; ansic: 762; javascript: 593; python: 57
file content (50 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<asdf>
  <header>
    <name>8-channel equiangular configuration</name>
  </header>

  <reproduction_setup>

    <loudspeaker>
      <position x="1.5" y="0.0"/>
      <orientation azimuth="-180"/>
    </loudspeaker>

    <loudspeaker>
      <position x="1.06" y="1.06"/>
      <orientation azimuth="-135"/>
    </loudspeaker>

    <loudspeaker>
      <position x="0.0" y="1.5"/>
      <orientation azimuth="-90"/>
    </loudspeaker>

    <loudspeaker>
      <position x="-1.06" y="1.06"/>
      <orientation azimuth="-45"/>
    </loudspeaker>

    <loudspeaker>
      <position x="-1.5" y="0.0"/>
      <orientation azimuth="0"/>
    </loudspeaker>

    <loudspeaker>
      <position x="-1.06" y="-1.06"/>
      <orientation azimuth="45"/>
    </loudspeaker>

    <loudspeaker>
      <position x="0.0" y="-1.5"/>
      <orientation azimuth="90"/>
    </loudspeaker>

    <loudspeaker>
      <position x="1.06" y="-1.06"/>
      <orientation azimuth="135"/>
    </loudspeaker>

  </reproduction_setup>
</asdf>