<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->

<PropertyList>
	<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>
				<factor>0.005</factor>
				<min>0</min>
			</volume>
			<pitch>
				<property>/systems/apu/rpm</property>
				<factor>0.01</factor>
				<offset>0</offset>
			</pitch>
		</apu>
	
		<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>
				<factor>0.005</factor>
				<min>0</min>
			</volume>
			<pitch>
				<property>/systems/apu/rpm</property>
				<factor>0.01</factor>
				<offset>0</offset>
			</pitch>
		</apu>
		
		<hyd-yellow>
			<name>yellowHydPump</name>
			<mode>looped</mode>
			<path>yellowHydPump.wav</path>
			<condition>
				<and>
					<equals>
						<property>sim/current-view/internal</property>
						<value>1</value>
					</equals>
					<equals>
						<property>controls/hydraulic/elec-pump-yellow</property>
						<value>1</value>
					</equals>
				</and>
			</condition>
		</hyd-yellow>
		
		<!-- Disabled until proper PTU system implemented, to not annoy people -->
		<!--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-->
		
		<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>
		
		<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>2500</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/2500.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</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>2450</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</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/IDG-A32X/Sounds/GPWS/2000.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</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>1950</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>1000</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/1000.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>1000</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>950</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>500</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/500.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>500</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>450</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>400</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/400.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>400</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>350</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>300</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/300.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>300</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>250</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>200</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/200.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>200</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>150</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>100</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/100.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>100</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>80</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>50</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/50.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>50</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>42</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>40</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/40.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>40</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>32</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>30</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/30.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>30</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>22</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>20</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/20.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>20</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>14</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>10</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/10.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</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>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
					<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/IDG-A32X/Sounds/GPWS/5.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</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>2</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
					<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/IDG-A32X/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>
					<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 soon -->
						<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>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>Minimum</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/minimum.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<less-than-equals>
						<property>/position/gear-agl-ft</property>
						<value>250</value>
					</less-than-equals>
					<greater-than>
						<property>/position/gear-agl-ft</property>
						<value>200</value>
					</greater-than>
					<less-than>
						<property>/position/gear-agl-ft-2-sec</property>
						<property>/position/gear-agl-ft</property>
					</less-than>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	
<!-- Retard Warning -->
		<retard>
			<name>retard</name>
			<path>Aircraft/IDG-A32X/Sounds/GPWS/retard.wav</path>
			<mode>looped</mode>
			<condition>
				<and>
					<greater-than>
						<property>/controls/flight/flaps</property>
						<value>0.640</value>
					</greater-than>
					<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>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<factor>8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</retard>
		
		<apoff>
			<name>apoff-looped</name>
			<mode>looped</mode>
			<path>Aircraft/IDG-A32X/Sounds/apoff.wav</path>
			<condition>
				<and>
					<equals>
						<property>/it-autoflight/output/ap-warning</property>
						<value>2</value>
					</equals>
					<equals>
						<property>/it-autoflight/output/ap1</property>
						<value>0</value>
					</equals>
					<equals>
						<property>/it-autoflight/output/ap2</property>
						<value>0</value>
					</equals>
					<or>
						<property>/it-autoflight/sound/apoffsound</property>
						<property>/it-autoflight/sound/apoffsound2</property>
					</or>
				</and>
			</condition>
			<volume>
				<factor>40.0</factor>
			</volume>
		</apoff>
		
		<apoff>
			<name>apoff-single</name>
			<mode>once</mode>
			<path>Aircraft/IDG-A32X/Sounds/apoff.wav</path>
			<condition>
				<and>
					<equals>
						<property>/it-autoflight/output/ap-warning</property>
						<value>1</value>
					</equals>
					<equals>
						<property>/it-autoflight/output/ap1</property>
						<value>0</value>
					</equals>
					<equals>
						<property>/it-autoflight/output/ap2</property>
						<value>0</value>
					</equals>
					<or>
						<property>/it-autoflight/sound/apoffsound</property>
						<property>/it-autoflight/sound/apoffsound2</property>
					</or>
				</and>
			</condition>
			<volume>
				<factor>40.0</factor>
			</volume>
		</apoff>
		
		<apoff>
			<name>athroff</name>
			<path>Aircraft/IDG-A32X/Sounds/Cockpit/chime.wav</path>
			<condition>
				<and>
					<equals>
						<property>/it-autoflight/output/athr</property>
						<value>0</value>
					</equals>
					<property>/it-autoflight/sound/athrsound</property>
				</and>
			</condition>
			<volume>
				<factor>40.0</factor>
			</volume>
		</apoff>
		
		<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>
	
		<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>
		
		<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>
					<property>/systems/thrust/state1</property>
					<value>IDLE</value>
				</equals>
			</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>
					<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>
			</condition>
			<volume>
				<property>/sim/sound/effects/volume</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendbg</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/controls/engines/engine[1]/reverser</property>
					<value>0</value>
				</equals>
			</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/IDG-A32X/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/IDG-A32X/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/IDG-A32X/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/IDG-A32X/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/IDG-A32X/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/IDG-A32X/Sounds/Cockpit/700hz.wav</path>
			<condition>
				<and>
					<property>sim/current-view/internal</property>
					<equals>
						<property>controls/CVR/tone</property>
						<value>1</value>
					</equals>
				</and>
			</condition>
			<volume>
				<factor>0.60</factor>
			</volume>
		</cvrtone>
		
		<relay>
			<name>RelayBatt1</name>
			<mode>once</mode>
			<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay-battery.wav</path>
			<condition>
				<greater-than>
					<property>/systems/electrical/battery1-amps</property>
					<value>25</value>
				</greater-than>
			</condition>
			<volume>
				<factor>0.80</factor>
			</volume>
		</relay>
		
		<relay>
			<name>RelayBatt2</name>
			<mode>once</mode>
			<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay-battery.wav</path>
			<condition>
				<greater-than>
					<property>/systems/electrical/battery2-amps</property>
					<value>25</value>
				</greater-than>
			</condition>
			<volume>
				<factor>0.80</factor>
			</volume>
		</relay>
		
		<relay>
			<name>RelayEXT</name>
			<mode>once</mode>
			<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay-external.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/IDG-A32X/Sounds/Cockpit/relay-apu.wav</path>
			<condition>
				<equals>
					<property>/systems/electrical/gen-apu</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<factor>0.60</factor>
			</volume>
		</relay>
	
		<relay>
			<name>Avionics</name>
			<mode>looped</mode>
			<path>Aircraft/IDG-A32X/Sounds/FL2070/320efis.wav</path>
			<condition>
				<and>
					<property>sim/current-view/internal</property>
					<or>
						<greater-than>
							<property>/systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than>
						<greater-than>
							<property>/systems/electrical/bus/ac2</property>
							<value>110</value>
						</greater-than>
					</or>
				</and>
			</condition>
			<volume>
				<factor>0.60</factor>
			</volume>
		</relay>
		
		<announcements>
			<name>welcomeFA</name>
			<mode>once</mode>
			<path>Aircraft/IDG-A32X/Sounds/welcome.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/welcomefa</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<factor>0.60</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>welcomeCA</name>
			<mode>once</mode>
			<path>Aircraft/IDG-A32X/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/IDG-A32X/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/IDG-A32X/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/IDG-A32X/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/IDG-A32X/Sounds/safety.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/safety</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<factor>0.60</factor>
			</volume>
		</announcements>
		
		<chime>
			<name>Chime</name>
			<path>Aircraft/IDG-A32X/Sounds/Cockpit/chime.wav</path>
			<mode>once</mode>
			<type>avionics</type>
			<condition>
				<property>/sim/sound/warnings/chime</property>
			</condition>
			<volume>
				<property>sim/sound/effects/volume</property>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100</max-dist>
		</chime>

		<crc>
			<name>CRC</name>
			<path>Aircraft/IDG-A32X/Sounds/Cockpit/crc.wav</path>
			<mode>looped</mode>
			<type>avionics</type>
			<condition>
				<property>/ECAM/warnings/master-warning-light</property>
				<property>/sim/sound/warnings/crc</property>
			</condition>
			<volume>
				<property>sim/sound/effects/volume</property>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100</max-dist>
		</crc>
	
		<stall-voice>
			<name>stall-voice</name>
			<mode>looped</mode>
			<path>/Aircraft/IDG-A32X/Sounds/Cockpit/stall_voice.wav</path>
			<type>avionics</type>
			<condition>
				<property>warnings/stall/active</property>
			</condition>
			<volume>
				<property>sim/sound/effects/volume</property>
				<factor>3</factor>
				<!--offset>1</offset-->
				<min>1</min>
				<max>6</max>
			</volume>

			<reference-dist>10</reference-dist>
			<max-dist>100.0</max-dist>
		</stall-voice>

	  </fx>
</PropertyList>