<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->

<PropertyList>
	<fx>
		<apu>
			<name>apu_in</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/SASA/A320.wav</path>
			<condition>
				<property>/sim/sound/internal-custom</property>
			</condition>
			<volume>
				<property>/engines/engine[2]/n1</property>
				<factor>0.005</factor>
				<max>0.25</max>
			</volume>
			<pitch>
				<property>/engines/engine[2]/n1</property>
				<factor>0.05</factor>
				<offset>-2</offset>
			</pitch>
		</apu>
	
		<apu>
			<name>apu_out</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/SASA/x320_apu.wav</path>
			<condition>
				<not><property>/sim/sound/internal-custom</property></not>
			</condition>
			<volume>
				<property>/engines/engine[2]/n1</property>
				<factor>0.005</factor>
			</volume>
			<pitch>
				<property>/engines/engine[2]/n1</property>
				<factor>0.01</factor>
			</pitch>
			<reference-dist>60</reference-dist>
		</apu>
		
		<hyd-yellow>
			<name>yellowHydPump</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/yellowHydPump.wav</path>
			<condition>
				<property>/systems/hydraulic/sources/yellow-elec/pump-operate</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.8</factor>
			</volume>
		</hyd-yellow>
		
		<hyd>
			<name>PTU</name>
			<mode>once</mode>
			<path>airbus_ptu_on.wav</path>
			<condition>
				<or>
					<property>/systems/hydraulic/sources/ptu/yellow-green</property>
					<property>/systems/hydraulic/sources/ptu/green-yellow</property>
				</or>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</hyd>
		
		<hyd>
			<name>PTU-loop</name>
			<mode>looped</mode>
			<path>airbus_ptu.wav</path>
			<condition>
				<equals>
					<property>/systems/hydraulic/sources/ptu/ptu-loop-sound</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.8</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</hyd>
		
		<announcement>
			<name>cab_call</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/cab_call.wav</path>
			<condition>
				<equals>
					<property>/controls/switches/cabinCall</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</announcement>
		
		<announcement>
			<name>MechCall</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/mechCall.wav</path>
			<condition>
				<equals>
					<property>/controls/switches/mechCall</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</announcement>
		
		<announcement>
			<name>EmerCall</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/tripleBelt.wav</path>
			<condition>
				<equals>
					<property>/controls/switches/emerCall</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</announcement>
		
		<callout>
			<name>V1</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/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/internal/to-state</property>
						<value>1</value>
					</equals>
				</and>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</callout>
		
<!-- Custom GPWS -->
	    <gpws>
			<name>2500</name>
			<path>Aircraft/A320-family/Sounds/GPWS/2500.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>2500</value>
					</not-equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>2400</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>2000</name>
			<path>Aircraft/A320-family/Sounds/GPWS/2000.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>2000</value>
					</not-equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>1900</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>1000</name>
			<path>Aircraft/A320-family/Sounds/GPWS/1000.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>1000</value>
					</not-equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>900</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>500</name>
			<path>Aircraft/A320-family/Sounds/GPWS/500.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>500</value>
					</not-equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>400</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>400</name>
			<path>Aircraft/A320-family/Sounds/GPWS/400.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>400</value>
					</not-equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>300</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>300</name>
			<path>Aircraft/A320-family/Sounds/GPWS/300.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>300</value>
					</not-equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>200</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>200</name>
			<path>Aircraft/A320-family/Sounds/GPWS/200.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>200</value>
					</not-equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>100</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>100</name>
			<path>Aircraft/A320-family/Sounds/GPWS/100.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>100</value>
					</not-equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>0</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>50</name>
			<path>Aircraft/A320-family/Sounds/GPWS/50.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>50</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>40</name>
			<path>Aircraft/A320-family/Sounds/GPWS/40.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>40</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>30</name>
			<path>Aircraft/A320-family/Sounds/GPWS/30.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>30</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>20</name>
			<path>Aircraft/A320-family/Sounds/GPWS/20.wav</path>
			<mode>once</mode>
			<condition>
				<and>
					<equals>
						<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
						<value>0</value>
					</equals>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>20</value>
					</not-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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>10</name>
			<path>Aircraft/A320-family/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>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>10</value>
					</not-equals>
					<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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>5</name>
			<path>Aircraft/A320-family/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>
					<not-equals>
						<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
						<value>5</value>
					</not-equals>
					<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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>100above</name>
			<path>Aircraft/A320-family/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>
						<property>/instrumentation/pfd/minimums-ref-alt</property>
						<property>/instrumentation/pfd/minimums-plus-100</property>
					</less-than-equals>
					<greater-than>
						<property>/instrumentation/pfd/minimums-ref-alt</property>
						<property>/instrumentation/pfd/minimums-plus-50</property>
					</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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	    <gpws>
			<name>Minimum</name>
			<path>Aircraft/A320-family/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>/instrumentation/pfd/minimums-ref-alt</property>
						<property>/instrumentation/pfd/minimums</property>
					</less-than-equals>
					<greater-than>
						<property>/instrumentation/pfd/minimums-ref-alt</property>
						<property>/instrumentation/pfd/minimums-minus-50</property>
					</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>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</gpws>
	
<!-- Retard Warning -->
		<retard>
			<name>retard</name>
			<path>Aircraft/A320-family/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>
					<not-equals>
						<property>/fdm/jsbsim/fadec/control-1/detent</property>
						<value>0</value>
					</not-equals>
					<not-equals>
						<property>/fdm/jsbsim/fadec/control-2/detent</property>
						<value>0</value>
					</not-equals>
					<less-than>
						<property>/fdm/jsbsim/fadec/control-1/detent</property>
						<value>5</value>
					</less-than>
					<less-than>
						<property>/fdm/jsbsim/fadec/control-2/detent</property>
						<value>5</value>
					</less-than>
					<not>
						<property>/gear/gear[1]/wow</property>
						<property>/gear/gear[2]/wow</property>
					</not>
					<greater-than-equals>
						<property>/systems/electrical/outputs/mk-viii</property>
						<value>25</value>
					</greater-than-equals>
				</and>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>8.0</factor>
			</volume>
			<reference-dist>20.0</reference-dist>
			<max-dist>100.0</max-dist>
		</retard>
		
		<retard>
			<name>retard2</name>
			<path>Aircraft/A320-family/Sounds/GPWS/retard.wav</path>
			<mode>looped</mode>
			<condition>
				<property>/sim/sound/warnings/retard</property> <!-- must be EMER CANCEL -->
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>8.0</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/A320-family/Sounds/Cockpit/calvary-charge-loop.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>
				<property>/sim/current-view/internal</property>
				<factor>40.0</factor>
			</volume>
		</apoff>
		
		<apoff>
			<name>apoff-single</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/calvary-charge-once.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>
				<property>/sim/current-view/internal</property>
				<factor>40.0</factor>
			</volume>
		</apoff>

		<priority-left>
			<name>priority-left</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/priority-left.wav</path>
			<condition>
				<equals>
					<property>/sim/sound/priority-left</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>40.0</factor>
			</volume>
		</priority-left>

		<priority-right>
			<name>priority-right</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/priority-right.wav</path>
			<condition>
				<equals>
					<property>/sim/sound/priority-right</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>40.0</factor>
			</volume>
		</priority-right>

		<dual-input>
			<name>dual-input</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/dual-input.wav</path>
			<condition>
				<and>
					<and>
						<equals>
							<property>/fdm/jsbsim/fbw/sidestick/active[0]</property>
							<value>1</value>
						</equals>
						<equals>
							<property>/fdm/jsbsim/fbw/sidestick/active[1]</property>
							<value>1</value>
						</equals>
					</and>
					<or>
						<greater-than-equals>
							<expression>
								<abs>
									<property>/controls/flight/aileron[0]</property>
								</abs>
							</expression>
							<value>0.1</value>
						</greater-than-equals>
						<greater-than-equals>
							<expression>
								<abs>
									<property>/controls/flight/elevator[0]</property>
								</abs>
							</expression>
							<value>0.1</value>
						</greater-than-equals>
					</or>
					<or>
						<greater-than-equals>
							<expression>
								<abs>
									<property>/controls/flight/aileron[1]</property>
								</abs>
							</expression>
							<value>0.1</value>
						</greater-than-equals>
						<greater-than-equals>
							<expression>
								<abs>
									<property>/controls/flight/elevator[1]</property>
								</abs>
							</expression>
							<value>0.1</value>
						</greater-than-equals>
					</or>
				</and>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>40.0</factor>
			</volume>
		</dual-input>
	
		<gear>
			<name>gear0</name>
			<mode>in-transit</mode>
			<path>Aircraft/A320-family/Sounds/SASA/A320_gear.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>Aircraft/A320-family/Sounds/SASA/A320_gear.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>Aircraft/A320-family/Sounds/SASA/A320_gear.wav</path>
			<property>gear/gear[2]/position-norm</property>
			<volume>
				<property>/sim/sounde/gear-vol</property>
			</volume>
		</gear>
		
		<wind>
			<path>Aircraft/A320-family/Sounds/SASA/wind_cockpit.wav</path>
			<mode>looped</mode>
			<name>wind</name>
			<condition>
				<property>/sim/current-view/internal</property>
			</condition>
			<volume>
				<property>/sim/sound/other/cockpit-wind-v</property>
			</volume>
			<pitch>
				<property>/sim/sound/other/wind-p</property>
			</pitch>
		</wind>
		
		<wind>
			<path>Aircraft/A320-family/Sounds/SASA/wind_cabin.wav</path>
			<mode>looped</mode>
			<name>wind</name>
			<condition>
				<property>/sim/current-view/internal</property>
			</condition>
			<volume>
				<property>/sim/sound/other/wind-v</property>
			</volume>
			<pitch>
				<property>/sim/sound/other/wind-p</property>
			</pitch>
		</wind>
		
		<ac>
			<path>Aircraft/A320-family/Sounds/SASA/A320_aircond.wav</path>
			<mode>looped</mode>
			<name>air conditioning</name>
			<condition>
				<property>/sim/current-view/internal</property>
			</condition>
			<volume>
				<property>/sim/sound/other/air-con</property>
				<factor>6</factor>
			</volume>
		</ac>
		
		<wow>
			<mode>once</mode>
			<name>wow0</name>
			<path>Aircraft/A320-family/Sounds/SASA/Touch-Main.wav</path>
			<condition>
				<property>gear/gear[0]/wow</property>
			</condition>
		</wow>
		
		<wow>
			<mode>once</mode>
			<name>wow1</name>
			<path>Aircraft/A320-family/Sounds/SASA/Touch-Main.wav</path>
			<condition>
				<property>gear/gear[1]/wow</property>
			</condition>
		</wow>
		
		<wow>
			<mode>once</mode>
			<name>wow2</name>
			<path>Aircraft/A320-family/Sounds/SASA/Touch-Main.wav</path>
			<condition>
				<property>gear/gear[2]/wow</property>
			</condition>
		</wow>
		
		<roll>
			<name>roll1c</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/SASA/Cockpit_Roll.wav</path>
			<property>gear/gear[0]/wow</property>
			<volume>
				<property>/sim/sound/other/cockpit-roll-v</property>
			</volume>
			<pitch>
				<property>/sim/sound/other/roll-p</property>
			</pitch>
		</roll>
		
		<roll>
			<name>roll2c</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/SASA/Cockpit_Roll.wav</path>
			<property>gear/gear[1]/wow</property>
			<volume>
				<property>/sim/sound/other/cockpit-roll-v</property>
			</volume>
			<pitch>
				<property>/sim/sound/other/roll-p</property>
			</pitch>
		</roll>
		
		<roll>
			<name>roll3c</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/SASA/Cockpit_Roll.wav</path>
			<property>gear/gear[2]/wow</property>
			<volume>
				<property>/sim/sound/other/cockpit-roll-v</property>
			</volume>
			<pitch>
				<property>/sim/sound/other/roll-p</property>
			</pitch>
		</roll>
		
		
		<roll>
			<name>roll1</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/SASA/Roll.wav</path>
			<property>gear/gear[0]/wow</property>
			<volume>
				<property>/sim/sound/other/roll-v</property>
			</volume>
			<pitch>
				<property>/sim/sound/other/roll-p</property>
			</pitch>
		</roll>
		
		<roll>
			<name>roll2</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/SASA/Roll.wav</path>
			<property>gear/gear[1]/wow</property>
			<volume>
				<property>/sim/sound/other/roll-v</property>
			</volume>
			<pitch>
				<property>/sim/sound/other/roll-p</property>
			</pitch>
		</roll>
		
		<roll>
			<name>roll3</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/SASA/Roll.wav</path>
			<property>gear/gear[2]/wow</property>
			<volume>
				<property>/sim/sound/other/roll-v</property>
			</volume>
			<pitch>
				<property>/sim/sound/other/roll-p</property>
			</pitch>
		</roll>
		
		<detenta>
			<mode>once</mode>
			<name>detendaa</name>
			<path>Cockpit/detenta.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
					<value>IDLE</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendba</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
					<value>IDLE</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detentb>
		
		<detenta>
			<mode>once</mode>
			<name>detendab</name>
			<path>Cockpit/detenta.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
					<value>MAN</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendbb</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
					<value>MAN</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detentb>
		
		<detenta>
			<mode>once</mode>
			<name>detendac</name>
			<path>Cockpit/detenta.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
					<value>CL</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendbc</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
					<value>CL</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detentb>
		
		<detenta>
			<mode>once</mode>
			<name>detendad</name>
			<path>Cockpit/detenta.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
					<value>MAN THR</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendbd</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
					<value>MAN THR</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detentb>
		
		<detenta>
			<mode>once</mode>
			<name>detendae</name>
			<path>Cockpit/detenta.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
					<value>MCT</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendbe</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
					<value>MCT</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detentb>
		
		<detenta>
			<mode>once</mode>
			<name>detendaf</name>
			<path>Cockpit/detenta.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
					<value>TOGA</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendbf</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
					<value>TOGA</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detentb>
		
		<detenta>
			<mode>once</mode>
			<name>detendag</name>
			<path>Cockpit/detenta.wav</path>
			<condition>
				<equals>
					<property>/controls/engines/engine[0]/reverse-cmd</property>
					<value>0</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendbg</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/controls/engines/engine[1]/reverse-cmd</property>
					<value>0</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detentb>
		
		<detenta>
			<mode>once</mode>
			<name>detendah</name>
			<path>Cockpit/detenta.wav</path>
			<condition>
				<equals>
					<property>/controls/engines/engine[0]/reverse-cmd</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detenta>
		
		<detentb>
			<mode>once</mode>
			<name>detendbh</name>
			<path>Cockpit/detentb.wav</path>
			<condition>
				<equals>
					<property>/controls/engines/engine[1]/reverse-cmd</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
		</detentb>
		
		<sb>
			<mode>once</mode>
			<name>sb</name>
			<path>cabin-chime.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/current-view/internal</property>
			</volume>
		</sb>
		
		<ns>
			<mode>once</mode>
			<name>ns</name>
			<path>cabin-chime.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/current-view/internal</property>
			</volume>
		</ns>
		
		<switch>
			<name>Button</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/button.wav</path>
			<condition>
				<property>/sim/sounde/btn1</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.75</factor>
			</volume>
		</switch>
		
		<switch>
			<name>APDisc</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/autopilot-disconnect-button.wav</path>
			<condition>
				<property>/sim/sounde/apdiscbtn</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.75</factor>
			</volume>
		</switch>
		
		<switch>
			<name>ButtonOH</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/button2.wav</path>
			<condition>
				<property>/sim/sounde/oh-btn</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.75</factor>
			</volume>
		</switch>
		
		<switch>
			<name>Button3</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/button3.wav</path>
			<condition>
				<property>/sim/sounde/btn3</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.75</factor>
			</volume>
		</switch>
		
		<switch>
			<name>Knob</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/knob.wav</path>
			<condition>
				<property>/sim/sounde/knb1</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</switch>
		
		<switch>
			<name>Switch</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/switch.wav</path>
			<condition>
				<property>/sim/sounde/switch1</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.75</factor>
			</volume>
		</switch>
		
		<switch>
            <name>Pushbutton</name>
            <mode>once</mode>
            <type>avionics</type>
            <path>Aircraft/A320-family/Sounds/Cockpit/pushbutton.wav</path>
            <condition>
				<property>/sim/sounde/pushbutton</property>
            </condition>
            <volume>
                <property>sim/current-view/internal</property>
				<factor>0.25</factor>
            </volume>
        </switch>
		
		<switch>
			<name>Flaps Lever</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/SASA/A320_flaplever.wav</path>
			<condition>
				<and>
					<property>/sim/sounde/flaps-click</property>
				</and>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.75</factor>
			</volume>
		</switch>

		<switch>
			<name>Speedbrake Lever</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/SASA/A320_flaplever.wav</path>
			<condition>
				<and>
					<property>/sim/sounde/spdbrk-click</property>
					<property>/sim/current-view/internal</property>
				</and>
			</condition>
			<volume>
				<factor>0.75</factor>
			</volume>
		</switch>
		
		<switch>
			<name>Flaps Motor</name>
			<mode>in-transit</mode>
			<path>Aircraft/A320-family/Sounds/SASA/A320_flapmotor.wav</path>
			<property>/surface-positions/flap-pos-norm</property>
			<volume>
				<property>sim/sound/wingview</property>
			</volume>
		</switch>
		
		<cvrtone>
			<name>CVRtone</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/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.6</factor>
			</volume>
		</cvrtone>
		
		<hftone>
			<name>HF PTT tone</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/1000hz.wav</path>
			<condition>
				<and>
					<property>/sim/current-view/internal</property>
					<property>/systems/comm/hf/tone1000hz-1</property>
					<property>/controls/audio/acp[0]/hf1-recive</property>
				</and>
			</condition>
			<volume>
				<property>controls/audio/acp[0]/hf1-volume</property>
				<factor>0.4</factor>
			</volume>
		</hftone>
		
		<hftone>
			<name>HF PTT tone 2</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/1000hz.wav</path>
			<condition>
				<and>
					<property>/sim/current-view/internal</property>
					<property>/systems/comm/hf/tone1000hz-2</property>
					<property>/controls/audio/acp[0]/hf2-recive</property>
				</and>
			</condition>
			<volume>
				<property>controls/audio/acp[0]/hf2-volume</property>
				<factor>0.4</factor>
			</volume>
		</hftone>
		
		<hfstatic>
			<name>HF static</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/hf-radio-static.wav</path>
			<condition>
				<and>
					<property>/sim/current-view/internal</property>
					<property>/systems/comm/hf/reception-1</property>
					<property>/controls/audio/acp[0]/hf1-recive</property>
					<not><property>/systems/comm/hf/tone1000hz-1</property></not>
				</and>
			</condition>
			<volume>
				<property>controls/audio/acp[0]/hf1-volume</property>
				<factor>0.4</factor>
			</volume>
		</hfstatic>
		
		<hfstatic>
			<name>HF static 2</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/hf-radio-static.wav</path>
			<condition>
				<and>
					<property>/sim/current-view/internal</property>
					<property>/systems/comm/hf/reception-2</property>
					<property>/controls/audio/acp[0]/hf2-recive</property>
					<not><property>/systems/comm/hf/tone1000hz-2</property></not>
				</and>
			</condition>
			<volume>
				<property>controls/audio/acp[0]/hf2-volume</property>
				<factor>0.4</factor>
			</volume>
		</hfstatic>
		
		<relay>
			<name>RelayBatt1</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/relay-battery.wav</path>
			<property>/sim/sounde/relay-batt-1</property>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.4</factor>
			</volume>
		</relay>
		
		<relay>
			<name>RelayBatt2</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/relay-battery.wav</path>
			<property>/sim/sounde/relay-batt-2</property>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.4</factor>
			</volume>
		</relay>
		
		<relay>
			<name>RelayEXT</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/relay-external.wav</path>
			<property>/sim/sounde/relay-ext</property>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.8</factor>
			</volume>
		</relay>
		
		<relay>
			<name>RelayAPU</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/relay-apu.wav</path>
			<property>/sim/sounde/relay-apu</property>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.8</factor>
			</volume>
		</relay>
	
		<relay>
			<name>Avionics</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/320efis.wav</path>
			<condition>
				<and>
					<property>/sim/current-view/internal</property>
					<or>
						<greater-than>
							<property>/systems/electrical/bus/ac-1</property>
							<value>110</value>
						</greater-than>
						<greater-than>
							<property>/systems/electrical/bus/ac-2</property>
							<value>110</value>
						</greater-than>
					</or>
				</and>
			</condition>
			<volume>
				<factor>0.6</factor>
			</volume>
		</relay>
		
		<announcements>
			<name>fa_boarding</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/fa_boarding.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/fa_boarding</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>fa_welcome</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/fa_welcome.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/fa_welcome</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>cpt_welcome</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/cpt_welcome.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/cpt_welcome</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>cpt_doors</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/cpt_doors.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/cpt_doors</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>fa_safety</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/fa_safety.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/fa_safety</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>cpt_takeoff</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/cpt_takeoff.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/cpt_takeoff</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>fa_seatbelt10k</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/fa_seatbelt10k.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/fa_seatbelt10k</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>fa_descent</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/fa_descent.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/fa_descent</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>cpt_landing</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/cpt_landing.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/cpt_landing</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>fa_landed</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/fa_landed.wav</path>
			<condition>
				<equals>
					<property>/sim/sounde/fa_landed</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
		</announcements>
		
		<announcements>
			<name>depressurization</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Announce/depressurization.wav</path>
			<condition>
				<equals>
					<property>/systems/oxygen/passenger-oxygen/sys-on-light</property>
					<value>1</value>
				</equals>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>2.0</factor>
			</volume>
		</announcements>
		
		<atc-msg>
			<name>ATC MSG</name>
			<path>Aircraft/A320-family/Sounds/Cockpit/ATC-msg-ring.wav</path>
			<mode>once</mode>
			<type>avionics</type>
			<condition>
				<property>/network/cpdlc/new-message-ringtone</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>1.5</factor>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100</max-dist>
		</atc-msg>
		
		<chime>
			<name>Click</name>
			<path>Aircraft/A320-family/Sounds/Cockpit/click.wav</path>
			<mode>once</mode>
			<type>avionics</type>
			<condition>
				<property>/sim/sound/warnings/click</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100</max-dist>
		</chime>
		
		<chime>
			<name>Chime</name>
			<path>Aircraft/A320-family/Sounds/Cockpit/chime.wav</path>
			<mode>once</mode>
			<type>avionics</type>
			<condition>
				<property>/sim/sound/warnings/chime</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100</max-dist>
		</chime>

		<crc>
			<name>CRC</name>
			<path>Aircraft/A320-family/Sounds/Cockpit/crc.wav</path>
			<mode>looped</mode>
			<type>avionics</type>
			<condition>
				<and>
					<property>/ECAM/warnings/master-warning-light</property>
					<property>/sim/sound/warnings/crc</property>
				</and>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.8</factor>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100</max-dist>
		</crc>
		
		<cricket>
			<name>Cricket</name>
			<path>Aircraft/A320-family/Sounds/Cockpit/cricket.wav</path>
			<mode>looped</mode>
			<type>avionics</type>
			<delay-sec>1.5</delay-sec>
			<condition>
				<property>/sim/sound/warnings/cricket</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.4</factor>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100</max-dist>
		</cricket>
		
		<cchord>
			<name>C-chord</name>
			<path>Aircraft/A320-family/Sounds/Cockpit/c-chord.wav</path>
			<mode>looped</mode>
			<type>avionics</type>
			<condition>
				<property>/sim/sound/warnings/cchord</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>0.6</factor>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100</max-dist>
		</cchord>
		
		<stall-voice>
			<name>stall-voice</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Cockpit/stall_voice.wav</path>
			<type>avionics</type>
			<condition>
				<property>/sim/sound/warnings/stall-voice</property>
			</condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>2.0</factor>
			</volume>
			<reference-dist>10</reference-dist>
			<max-dist>100.0</max-dist>
		</stall-voice>
		
		<rain>
			<name>RainInside</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Effects/rain.wav</path>
			<condition>
				<property>sim/current-view/internal</property>
				<greater-than>
					<property>/environment/rain-norm</property>
					<value>0</value>
				</greater-than>
			</condition>
			<volume>
				<property>/environment/rain-norm</property>
				<factor>0.095</factor>
			</volume>
		</rain>

		<rain-windshield>
			<name>RainWindshieldInside</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Effects/rain-windshield.wav</path>
			<condition>
				<property>sim/current-view/internal</property>
				<greater-than>
					<property>/environment/rain-norm</property>
					<value>0</value>
				</greater-than>
			</condition>
			<volume>
				<property>velocities/airspeed-kt</property>
				<factor>0.0075</factor>
				<min>0.04</min>
				<max>0.38</max>
			</volume>
		</rain-windshield>

		<thunder1>
			<name>thunder1</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Effects/thunder1.wav</path>
			<type>avionics</type>
			<property>sim/sound/thunder1</property>
			<pitch>
				<property>sim/sound/dist-thunder1</property>
				<factor>2</factor>
				<offset>0.50</offset>
				<min>1.00</min>
				<max>2.00</max>
			</pitch>
			<volume>
				<property>sim/sound/dist-thunder1</property>
			</volume>
		</thunder1>

		<thunder2>
			<name>thunder2</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Effects/thunder2.wav</path>
			<type>avionics</type>
			<property>sim/sound/thunder2</property>
			<pitch>
				<property>sim/sound/dist-thunder2</property>
				<factor>2</factor>
				<offset>0.50</offset>
				<min>1.00</min>
				<max>2.00</max>
			</pitch>
			<volume>
				<property>sim/sound/dist-thunder2</property>
			</volume>
		</thunder2>
		<thunder3>
			<name>thunder3</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Effects/thunder3.wav</path>
			<type>avionics</type>
			<property>sim/sound/thunder3</property>
			<pitch>
				<property>sim/sound/dist-thunder3</property>
				<factor>1</factor>
				<offset>0.50</offset>
				<min>1.00</min>
				<max>2.00</max>
			</pitch>
			<volume>
				<property>sim/sound/dist-thunder3</property>
			</volume>
		</thunder3>
		<thunder4>
			<name>thunder4</name>
			<mode>once</mode>
			<path>Aircraft/A320-family/Sounds/Effects/thunder4.wav</path>
			<type>avionics</type>
			<property>sim/sound/thunder4</property>
			<pitch>
				<property>sim/sound/dist-thunder4</property>
				<factor>1</factor>
				<offset>0.50</offset>
				<min>1.00</min>
				<max>2.00</max>
			</pitch>
			<volume>
				<property>sim/sound/dist-thunder4</property>
			</volume>
		</thunder4>

		<pushback>
			<name>Pushback_outside</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Effects/pushback.wav</path>
			<condition>
				<and>
					<not>
						<property>/sim/current-view/internal</property>
					</not>
					<property>/sim/model/autopush/enabled</property>
				</and>
			</condition>
			<volume>0.15</volume>
		</pushback>

		<pushback>
			<name>Pushback_inside</name>
			<mode>looped</mode>
			<path>Aircraft/A320-family/Sounds/Effects/pushback.wav</path>
			<condition>
				<and>
					<property>/sim/current-view/internal</property>	
					<property>/sim/model/autopush/enabled</property>
	   		 	</and>
			</condition>
			<volume>0.05</volume>
		</pushback>

        <gear-screech>
            <name>gear-screech</name>
            <mode>once</mode>
            <path>Aircraft/A320-family/Sounds/Effects/tires-screech-asphalt.wav</path>
            <condition>
				<and>
					<or>
						<and>
							<greater-than>
								<property>/fdm/jsbsim/fcs/left-brake-cmd-norm</property>
								<value>0.95</value>
							</greater-than>
							<equals>
								<property>/gear/gear[1]/wow</property>
								<value>1</value>
							</equals>
						</and>
						<and>
							<greater-than>
								<property>/fdm/jsbsim/fcs/right-brake-cmd-norm</property>
								<value>0.95</value>
							</greater-than>
							<equals>
								<property>/gear/gear[2]/wow</property>
								<value>1</value>
							</equals>
						</and>
					</or>
					<greater-than>
						<property>/velocities/groundspeed-kt</property>
						<value>5</value>
					</greater-than>
				</and>
            </condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>2</factor>
			</volume>
            <reference-dist>10</reference-dist>
            <max-dist>200.0</max-dist>
        </gear-screech>

        <gear-screech-looped>
            <name>gear-screech looped</name>
            <mode>looped</mode>
            <path>Aircraft/A320-family/Sounds/Effects/tires-screech-asphalt.wav</path>
            <condition>
				<and>
					<or>
						<greater-than>
							<property>/fdm/jsbsim/gear/unit[0]/slip-angle-deg</property>
							<value>35</value>
						</greater-than>
						<greater-than>
							<property>/fdm/jsbsim/gear/unit[0]/side_friction_coeff</property>
							<value>0.95</value>
						</greater-than>
					</or>
					<greater-than>
						<property>/velocities/groundspeed-kt</property>
						<value>5</value>
					</greater-than>
				</and>
            </condition>
			<volume>
				<property>/sim/current-view/internal</property>
				<factor>2</factor>
			</volume>
            <reference-dist>10</reference-dist>
            <max-dist>200.0</max-dist>
        </gear-screech-looped>
	  </fx>
</PropertyList>