This directory contains example speaker configureation files.
To use one simple copy it to $HOME/.openal-speakers

The format is simple:

<n>: <gain> <x> <y> <z>

where <n> is a number indication which speaker:

0: left
1: right
2: surround left
3: surround right
4: center
5: lfe

<gain> is a per speaker gain control between 0.0 and 1.0.
Setting the gain to 0.0 disables output to the speaker.

<x> <y> <z> is the speaker position.
<x> is forward, <y> is up and <z> is to the right.
Only the direction of this vector is used.

Anything after a "#" is considered a comment.
