This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Sounds/A320-common-sound.xml

1292 lines
30 KiB
XML
Raw Normal View History

<!--
2017-07-14 15:57:14 +00:00
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<PropertyList>
2017-08-01 10:00:31 +00:00
<fx>
<apu>
<name>apu_in</name>
<mode>looped</mode>
<path>apu/apu_inside.wav</path>
<condition>
<property>sim/current-view/internal</property>
</condition>
<volume>
<property>/systems/apu/rpm</property>
2017-08-01 16:12:47 +00:00
<factor>0.005</factor>
2017-08-01 10:00:31 +00:00
<min>0</min>
</volume>
<pitch>
<property>/systems/apu/rpm</property>
<factor>0.01</factor>
<offset>0</offset>
</pitch>
</apu>
2017-08-01 10:00:31 +00:00
<apu>
<name>apu_out</name>
<mode>looped</mode>
<path>apu/turbine.wav</path>
<condition>
<not><property>sim/current-view/internal</property></not>
</condition>
<volume>
<property>/systems/apu/rpm</property>
2017-08-01 16:12:47 +00:00
<factor>0.005</factor>
2017-08-01 10:00:31 +00:00
<min>0</min>
</volume>
<pitch>
<property>/systems/apu/rpm</property>
<factor>0.01</factor>
<offset>0</offset>
</pitch>
</apu>
2017-08-01 10:00:31 +00:00
<hyd>
<name>PTU</name>
<mode>once</mode>
<path>airbus_ptu.wav</path>
<condition>
<property>/systems/hydraulic/ptu-active</property>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</hyd>
2017-07-22 16:15:00 +00:00
<announcement>
<name>PurserSnacks</name>
<mode>once</mode>
<path>purserSnacks.wav</path>
<condition>
<equals>
<property>/controls/switches/cabinCall</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</announcement>
<announcement>
<name>MechCall</name>
<mode>once</mode>
<path>mechCall.wav</path>
<condition>
<equals>
<property>/controls/switches/mechCall</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</announcement>
2017-07-25 18:35:57 +00:00
<announcement>
<name>EmerCall</name>
<mode>once</mode>
<path>tripleBelt.wav</path>
<condition>
<equals>
<property>/controls/switches/emerCall</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</announcement>
<callout>
<name>V1</name>
<mode>once</mode>
<path>V1.wav</path>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
<greater-than>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
<property>/FMGC/internal/v1</property>
</greater-than>
<equals>
<property>/FMGC/internal/v1-set</property>
<value>1</value>
</equals>
<equals>
<property>/FMGC/status/to-state</property>
<value>1</value>
</equals>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</callout>
<!-- Custom GPWS -->
<gpws>
<name>2500O</name>
<path>Aircraft/A320Family/Sounds/GPWS-OLD/altitude-2500.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>1</value>
</equals>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>2500</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>2400</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>2000O</name>
<path>Aircraft/A320Family/Sounds/GPWS-OLD/altitude-2000.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>1</value>
</equals>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>2000</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>1900</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>10ftalandO</name>
<path>Aircraft/A320Family/Sounds/GPWS-OLD/altitude-10ft.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>1</value>
</equals>
<greater-than>
<property>/controls/flight/flaps</property>
<value>0.640</value>
</greater-than>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>10</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>8</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
<or>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>1</value>
</equals>
</or>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>5O</name>
<path>Aircraft/A320Family/Sounds/GPWS-OLD/altitude-5.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>1</value>
</equals>
<greater-than>
<property>/controls/flight/flaps</property>
<value>0.640</value>
</greater-than>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>5</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>3</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
<equals>
<property>/controls/engines/engine[0]/throttle</property>
<value>0.0</value>
</equals>
<equals>
<property>/controls/engines/engine[1]/throttle</property>
<value>0.0</value>
</equals>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>2500</name>
<path>Aircraft/A320Family/Sounds/GPWS/altitude-2500.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>0</value>
</equals>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>2500</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>2400</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>2000</name>
<path>Aircraft/A320Family/Sounds/GPWS/altitude-2000.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>0</value>
</equals>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>2000</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>1900</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>10ftaland</name>
<path>Aircraft/A320Family/Sounds/GPWS/altitude-10ft.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>0</value>
</equals>
<greater-than>
<property>/controls/flight/flaps</property>
<value>0.640</value>
</greater-than>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>10</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>8</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
<or>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>1</value>
</equals>
</or>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>5</name>
<path>Aircraft/A320Family/Sounds/GPWS/altitude-5.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>0</value>
</equals>
<greater-than>
<property>/controls/flight/flaps</property>
<value>0.640</value>
</greater-than>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>5</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>3</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
<equals>
<property>/controls/engines/engine[0]/throttle</property>
<value>0.0</value>
</equals>
<equals>
<property>/controls/engines/engine[1]/throttle</property>
<value>0.0</value>
</equals>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>100above</name>
<path>Aircraft/A320Family/Sounds/GPWS/100-above.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<equals>
<property>/options/old-gpws</property>
<value>0</value>
</equals>
<less-than-equals> <!-- Until I add a calulation for minimums + 100, and add the ability to adjust DH, I'm keeping 350. Should be working within the next few builds -->
<property>/position/gear-agl-ft</property>
<value>350</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>300</value>
</greater-than>
<less-than>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<value>0</value>
</less-than>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<!-- Retard Warning -->
<retard>
<name>retardO</name>
<path>Aircraft/A320Family/Sounds/GPWS-OLD/retard.wav</path>
<mode>looped</mode>
<condition>
<and>
<greater-than>
<property>/controls/flight/flaps</property>
<value>0.640</value>
</greater-than>
<equals>
<property>/options/old-gpws</property>
<value>1</value>
</equals>
<or>
<and>
<less-than>
<property>/position/gear-agl-ft</property>
<value>18</value>
</less-than>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>0</value>
</equals>
</and>
<and>
<less-than>
<property>/position/gear-agl-ft</property>
<value>8</value>
</less-than>
<or>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>1</value>
</equals>
</or>
</and>
</or>
<greater-than>
<property>controls/engines/engine[0]/throttle</property>
<value>0.0</value>
</greater-than>
<greater-than>
<property>controls/engines/engine[1]/throttle</property>
<value>0.0</value>
</greater-than>
<less-than>
<property>controls/engines/engine[0]/throttle</property>
<value>0.80</value>
</less-than>
<less-than>
<property>controls/engines/engine[1]/throttle</property>
<value>0.80</value>
</less-than>
<not>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</not>
<less-than>
<property>velocities/airspeed-kt</property>
<value>160</value>
</less-than>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</retard>
2016-12-08 13:50:53 +00:00
<retard>
<name>retard</name>
<path>Aircraft/A320Family/Sounds/GPWS/retard.wav</path>
<mode>looped</mode>
<condition>
<and>
<greater-than>
<property>/controls/flight/flaps</property>
<value>0.640</value>
</greater-than>
<equals>
<property>/options/old-gpws</property>
<value>0</value>
</equals>
<or>
<and>
<less-than>
<property>/position/gear-agl-ft</property>
<value>18</value>
</less-than>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>0</value>
</equals>
</and>
<and>
<less-than>
<property>/position/gear-agl-ft</property>
<value>8</value>
</less-than>
<or>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>1</value>
</equals>
</or>
</and>
</or>
<greater-than>
<property>controls/engines/engine[0]/throttle</property>
<value>0.0</value>
</greater-than>
<greater-than>
<property>controls/engines/engine[1]/throttle</property>
<value>0.0</value>
</greater-than>
<less-than>
<property>controls/engines/engine[0]/throttle</property>
<value>0.80</value>
</less-than>
<less-than>
<property>controls/engines/engine[1]/throttle</property>
<value>0.80</value>
</less-than>
<not>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</not>
<less-than>
<property>velocities/airspeed-kt</property>
<value>160</value>
</less-than>
</and>
</condition>
<volume>
2017-04-16 20:27:15 +00:00
<factor>8</factor>
</volume>
2017-04-16 20:27:15 +00:00
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</retard>
2017-08-01 10:00:31 +00:00
<apoff>
<name>apoff</name>
<path>/Aircraft/A320Family/Sounds/apoff.wav</path>
<condition>
<property>/it-autoflight/sound/apoffsound</property>
</condition>
<volume>
<factor>40.0</factor>
</volume>
</apoff>
2017-08-01 10:00:31 +00:00
<apoff>
<name>apoff2</name>
<path>/Aircraft/A320Family/Sounds/apoff.wav</path>
<condition>
<property>/it-autoflight/sound/apoffsound2</property>
</condition>
<volume>
<factor>40.0</factor>
</volume>
</apoff>
2017-08-01 10:00:31 +00:00
<gear>
<name>gear0</name>
<mode>in-transit</mode>
<path>FL2070/320gear.wav</path>
<property>gear/gear[0]/position-norm</property>
<volume>
<property>sim/sounde/gear-vol</property>
</volume>
</gear>
2017-08-01 10:00:31 +00:00
<gear>
<name>gear1</name>
<mode>in-transit</mode>
<path>FL2070/320gear.wav</path>
<property>gear/gear[1]/position-norm</property>
<volume>
<property>sim/sounde/gear-vol</property>
</volume>
</gear>
<gear>
<name>gear2</name>
<mode>in-transit</mode>
<path>FL2070/320gear.wav</path>
<property>gear/gear[2]/position-norm</property>
<volume>
<property>sim/sounde/gear-vol</property>
</volume>
</gear>
<gear>
<name>gearding</name>
<mode>once</mode>
<path>nosmoko.wav</path> <!-- since it is trigered by smoking sign logic then the sound must be smoking sign sound -->
<condition>
<and>
<equals>
<property>gear/gear[0]/position-norm</property>
<value>0</value>
</equals>
<equals>
<property>gear/gear[1]/position-norm</property>
<value>0</value>
</equals>
<equals>
<property>gear/gear[2]/position-norm</property>
<value>0</value>
</equals>
</and>
</condition>
</gear>
<wind>
<path>FL2070/320wind.wav</path>
<mode>looped</mode>
<name>wind</name>
<condition>
<property>sim/current-view/internal</property>
</condition>
<volume>
<property>sim/sound/other/wind</property>
<offset>0</offset>
</volume>
<pitch>
<property>sim/sound/other/windp</property>
<offset>0</offset>
</pitch>
</wind>
<wow>
<mode>once</mode>
<name>wow0</name>
<path>FL2070/320touch.wav</path>
<condition>
<property>gear/gear[0]/wow</property>
</condition>
</wow>
<wow>
<mode>once</mode>
<name>wow1</name>
<path>FL2070/320touch.wav</path>
<condition>
<property>gear/gear[1]/wow</property>
</condition>
</wow>
<wow>
<mode>once</mode>
<name>wow2</name>
<path>FL2070/320touch.wav</path>
<condition>
<property>gear/gear[2]/wow</property>
</condition>
</wow>
<detenta>
<mode>once</mode>
<name>detendaa</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
2017-08-01 10:00:31 +00:00
<property>/systems/thrust/state1</property>
<value>IDLE</value>
</equals>
2017-08-01 10:00:31 +00:00
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detenta>
<detentb>
<mode>once</mode>
<name>detendba</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/systems/thrust/state2</property>
<value>IDLE</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detentb>
<detenta>
<mode>once</mode>
<name>detendab</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
2017-08-01 10:00:31 +00:00
<property>/systems/thrust/state1</property>
<value>MAN</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detenta>
<detentb>
<mode>once</mode>
<name>detendbb</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detentb>
<detenta>
<mode>once</mode>
<name>detendac</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/systems/thrust/state1</property>
<value>CL</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detenta>
<detentb>
<mode>once</mode>
<name>detendbc</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/systems/thrust/state2</property>
<value>CL</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detentb>
<detenta>
<mode>once</mode>
<name>detendad</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/systems/thrust/state1</property>
<value>MAN THR</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detenta>
<detentb>
<mode>once</mode>
<name>detendbd</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/systems/thrust/state2</property>
<value>MAN THR</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detentb>
<detenta>
<mode>once</mode>
<name>detendae</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/systems/thrust/state1</property>
<value>MCT</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detenta>
<detentb>
<mode>once</mode>
<name>detendbe</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/systems/thrust/state2</property>
<value>MCT</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detentb>
<detenta>
<mode>once</mode>
<name>detendaf</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/systems/thrust/state1</property>
<value>TOGA</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detenta>
<detentb>
<mode>once</mode>
<name>detendbf</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/systems/thrust/state2</property>
<value>TOGA</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detentb>
<detenta>
<mode>once</mode>
<name>detendag</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/controls/engines/engine[0]/reverser</property>
<value>0</value>
</equals>
2017-08-01 10:00:31 +00:00
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detenta>
<detentb>
<mode>once</mode>
<name>detendbg</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
2017-08-01 10:00:31 +00:00
<property>/controls/engines/engine[1]/reverser</property>
<value>0</value>
</equals>
2017-08-01 10:00:31 +00:00
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detentb>
<detenta>
<mode>once</mode>
<name>detendah</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/controls/engines/engine[0]/reverser</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detenta>
<detentb>
<mode>once</mode>
<name>detendbh</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/controls/engines/engine[1]/reverser</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</detentb>
<sb>
<mode>once</mode>
<name>sb</name>
<path>seatbelt.wav</path>
<condition>
<and>
<greater-than>
<property>/systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than>
<property>/sim/sounde/seatbelt-sign</property>
</and>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</sb>
<ns>
<mode>once</mode>
<name>ns</name>
<path>nosmoko.wav</path>
<condition>
<and>
<greater-than>
<property>/systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than>
<property>/sim/sounde/no-smoking-sign</property>
</and>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
</ns>
<switch>
<name>Button</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/button.wav</path>
<condition>
<property>/sim/sounde/btn1</property>
</condition>
<volume>
<factor>0.75</factor>
</volume>
</switch>
<switch>
<name>ButtonOH</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/button2.wav</path>
<condition>
<property>/sim/sounde/oh-btn</property>
</condition>
<volume>
<factor>0.75</factor>
</volume>
</switch>
<switch>
<name>Button3</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/button3.wav</path>
<condition>
<property>/sim/sounde/btn3</property>
</condition>
<volume>
<factor>0.75</factor>
</volume>
</switch>
<switch>
<name>Knob</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/knob.wav</path>
<condition>
<property>/sim/sounde/knb1</property>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</switch>
<switch>
<name>Switch</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/switch.wav</path>
<condition>
<property>/sim/sounde/switch1</property>
</condition>
<volume>
<factor>0.75</factor>
</volume>
</switch>
<cvrtone>
<name>CVRtone</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/700hz.wav</path>
<condition>
<equals>
<property>controls/CVR/tone</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</cvrtone>
<relay>
<name>RelayBatt1</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/relay2.wav</path>
<condition>
<greater-than>
2017-08-01 10:00:31 +00:00
<property>/systems/electrical/battery1-amps</property>
<value>25</value>
</greater-than>
2017-08-01 10:00:31 +00:00
</condition>
<volume>
<factor>0.60</factor>
</volume>
</relay>
<relay>
<name>RelayBatt2</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/relay2.wav</path>
<condition>
<greater-than>
2017-08-01 10:00:31 +00:00
<property>/systems/electrical/battery2-amps</property>
<value>25</value>
</greater-than>
2017-08-01 10:00:31 +00:00
</condition>
<volume>
<factor>0.60</factor>
</volume>
</relay>
<relay>
<name>RelayEXT</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/relay1.wav</path>
<condition>
<and>
<equals>
<property>/controls/switches/cart</property>
<value>1</value>
</equals>
<equals>
<property>/controls/electrical/switches/gen-ext</property>
<value>1</value>
</equals>
</and>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</relay>
<relay>
<name>RelayAPU</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/Cockpit/relay1.wav</path>
<condition>
<equals>
2017-08-01 10:00:31 +00:00
<property>/systems/electrical/gen-apu</property>
<value>1</value>
</equals>
2017-08-01 10:00:31 +00:00
</condition>
<volume>
<factor>0.60</factor>
</volume>
</relay>
<announcements>
<name>welcomeFA</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/welcome.wav</path>
<condition>
<equals>
2017-08-01 10:00:31 +00:00
<property>/sim/sounde/welcomefa</property>
<value>1</value>
</equals>
2017-08-01 10:00:31 +00:00
</condition>
<volume>
<factor>0.60</factor>
</volume>
</announcements>
<announcements>
<name>welcomeCA</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/captwelcome.wav</path>
<condition>
<equals>
<property>/sim/sounde/welcomecapt</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</announcements>
<announcements>
<name>doorsDep</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/doorsdepart.wav</path>
<condition>
<equals>
<property>/sim/sounde/doors</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</announcements>
<announcements>
<name>PrepTo</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/takeoff.wav</path>
<condition>
<equals>
<property>/sim/sounde/prepareto</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</announcements>
<announcements>
<name>seatbeltOff</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/belt10k.wav</path>
<condition>
<equals>
<property>/sim/sounde/seatbelt-10k</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</announcements>
<announcements>
<name>safety</name>
<mode>once</mode>
<path>Aircraft/A320Family/Sounds/safety.wav</path>
<condition>
<equals>
<property>/sim/sounde/safety</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</announcements>
2017-07-29 16:50:51 +00:00
2017-08-01 10:00:31 +00:00
</fx>
</PropertyList>