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>
|