README.xmlsound: update description
This commit is contained in:
parent
cd10e3edd7
commit
e3bb3b9042
1 changed files with 8 additions and 4 deletions
|
@ -258,12 +258,16 @@ Configuration description:
|
||||||
|
|
||||||
<reference-dist>
|
<reference-dist>
|
||||||
Set a reference distance of sound in meters. This is the
|
Set a reference distance of sound in meters. This is the
|
||||||
distance where the gain/volume will be halved. This can be
|
distance where the volume is at its maximum.
|
||||||
useful for limiting cockpit sounds to the cockpit.
|
Volume is clamped to this maximum for any distance below.
|
||||||
|
Volume is attenuated for any distance above.
|
||||||
|
Attenuation depends on reference and maximum distance. See
|
||||||
|
OpenAL specification on "AL_INVERSE_DISTANCE_CLAMPED" mode
|
||||||
|
for details on exact computation.
|
||||||
|
|
||||||
<max-dist>
|
<max-dist>
|
||||||
Set the maximum audible distance for the sound in meters.
|
Set the maximum audible distance for the sound in meters.
|
||||||
This can be useful for limiting cockpit sounds to the cockpit.
|
Sound is cut-off above this distance.
|
||||||
|
|
||||||
|
|
||||||
Creating a configuration file:
|
Creating a configuration file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue