The source code knows nothing about "inner-cone" and "outer-cone". It
thinks it should be "inner-angle" and "outer-angle".
This commit is contained in:
parent
7a33a523b8
commit
2c350f6242
1 changed files with 2 additions and 2 deletions
|
@ -228,11 +228,11 @@ Configuration description:
|
|||
<z>
|
||||
Z dimension
|
||||
|
||||
<inner-cone>
|
||||
<inner-angle>
|
||||
The inner edge of the audio cone in degrees (0.0 - 360.0).
|
||||
Any sound withing that angle will be played at the current gain.
|
||||
|
||||
<outer-cone>
|
||||
<outer-angle>
|
||||
The outer edge of the audio cone in degrees (0.0 - 360.0).
|
||||
Any sound beyond the outer cone will be played at "outer-gain" volume.
|
||||
|
||||
|
|
Loading…
Reference in a new issue