Packs in / out
This commit is contained in:
parent
7cf3684b5b
commit
ded304d162
4 changed files with 31 additions and 4 deletions
|
@ -1090,15 +1090,42 @@
|
|||
<path>Aircraft/A320-family/Sounds/SASA/A320_aircond.wav</path>
|
||||
<mode>looped</mode>
|
||||
<name>air conditioning</name>
|
||||
<delay-sec>2</delay-sec>
|
||||
<condition>
|
||||
<property>/sim/current-view/internal</property>
|
||||
<property>/sim/sound/other/air-con</property>
|
||||
</condition>
|
||||
<volume>
|
||||
<property>/sim/sound/other/air-con</property>
|
||||
<factor>6</factor>
|
||||
<factor>10</factor>
|
||||
</volume>
|
||||
</ac>
|
||||
|
||||
<ac2>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/Pack-In.wav</path>
|
||||
<mode>once</mode>
|
||||
<name>air conditioning in</name>
|
||||
<condition>
|
||||
<property>/sim/sound/other/air-con</property>
|
||||
</condition>
|
||||
<volume>
|
||||
<factor>17</factor>
|
||||
<property>/sim/current-view/internal</property>
|
||||
</volume>
|
||||
</ac2>
|
||||
|
||||
<ac2>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/Pack-Out.wav</path>
|
||||
<mode>once</mode>
|
||||
<name>air conditioning out</name>
|
||||
<condition>
|
||||
<not><property>/sim/sound/other/air-con</property></not>
|
||||
</condition>
|
||||
<volume>
|
||||
<property>/sim/current-view/internal</property>
|
||||
<factor>17</factor>
|
||||
</volume>
|
||||
</ac2>
|
||||
|
||||
<wow>
|
||||
<mode>once</mode>
|
||||
<name>wow0</name>
|
||||
|
|
BIN
Sounds/SASA/Pack-In.wav
Normal file
BIN
Sounds/SASA/Pack-In.wav
Normal file
Binary file not shown.
BIN
Sounds/SASA/Pack-Out.wav
Normal file
BIN
Sounds/SASA/Pack-Out.wav
Normal file
Binary file not shown.
|
@ -214,8 +214,8 @@
|
|||
</filter>
|
||||
|
||||
<filter>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<type>noise-spike</type>
|
||||
<max-rate-of-change>0.5</max-rate-of-change>
|
||||
<input>
|
||||
<condition>
|
||||
<property>/sim/sound/internal-custom</property>
|
||||
|
|
Loading…
Reference in a new issue