FGCom: add unit + store silence threshold value
This commit is contained in:
parent
de52ebe073
commit
0ee6a5c71e
2 changed files with 4 additions and 3 deletions
|
@ -262,8 +262,8 @@
|
||||||
<text>
|
<text>
|
||||||
<row>5</row>
|
<row>5</row>
|
||||||
<col>2</col>
|
<col>2</col>
|
||||||
<label>1234</label>
|
<label>1234 dB </label>
|
||||||
<format>%.1f</format>
|
<format>%.1f dB</format>
|
||||||
<live>true</live>
|
<live>true</live>
|
||||||
<property>/sim/fgcom/silence-threshold</property>
|
<property>/sim/fgcom/silence-threshold</property>
|
||||||
</text>
|
</text>
|
||||||
|
|
|
@ -832,6 +832,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<server type="string" userarchive="y">fgcom.flightgear.org</server>
|
<server type="string" userarchive="y">fgcom.flightgear.org</server>
|
||||||
<show-messages type="bool" userarchive="y">false</show-messages>
|
<show-messages type="bool" userarchive="y">false</show-messages>
|
||||||
<speaker-level type="double" userarchive="y">1.0</speaker-level>
|
<speaker-level type="double" userarchive="y">1.0</speaker-level>
|
||||||
|
<silence-threshold type="double" userarchive="y">-20.0</silence-threshold>
|
||||||
<register>
|
<register>
|
||||||
<enabled type="bool" userarchive="y">false</enabled>
|
<enabled type="bool" userarchive="y">false</enabled>
|
||||||
<username type="string" userarchive="y">guest</username>
|
<username type="string" userarchive="y">guest</username>
|
||||||
|
|
Loading…
Add table
Reference in a new issue