]> git.mxchange.org Git - flightgear.git/blobdiff - docs-mini/README.xmlsound
Updated to document the new 3d positional tags that are available for
[flightgear.git] / docs-mini / README.xmlsound
index c8ed950cf2efc990aa805b042f66ac36f6930c1d..9307d64ef52045d0e119336faf59227e66d7d059 100644 (file)
@@ -209,6 +209,31 @@ Configuration description:
        This is usefull if sounds gets to loud. Anything higher will be
        truncated to this value.
 
+   <position>
+        Specify the position of the sounds source relative to the
+        pilot's ears.  The coordinate system used is a right hand
+        coordinate system where -X = left, +X = right, -Y = down, +Y =
+        up, -Z = forward, +Z = aft.  Distances are in meters.
+
+     <x>
+        X dimension offset
+
+     <y>
+        Y dimension offset
+
+     <z>
+        Z dimension offset
+
+   <reference-dist>
+        Set a reference distance of sound in meters.  This is the
+        distance where the gain/volume will be halved.  This can be
+        useful for limiting cockpit sounds to the cockpit.
+
+   <max-dist>
+        Set the maximum audible distance for the sound in meters.
+        This can be useful for limiting cockpit sounds to the cockpit.
+
+
 Creating a configrationfile:
 ---------------------------