1
0
Fork 0

Improve stall alert sound (voice, then constant cricket). The stall warning should only occur in alternate or direct law.

This commit is contained in:
legoboyvdlp R 2020-11-21 19:03:16 +00:00
parent 1bf301f8ce
commit 8d0b9cb204
4 changed files with 4 additions and 3 deletions

View file

@ -1952,6 +1952,7 @@
<path>Aircraft/A320-family/Sounds/Cockpit/cricket.wav</path> <path>Aircraft/A320-family/Sounds/Cockpit/cricket.wav</path>
<mode>looped</mode> <mode>looped</mode>
<type>avionics</type> <type>avionics</type>
<delay-sec>1.5</delay-sec>
<condition> <condition>
<property>/sim/sound/warnings/cricket</property> <property>/sim/sound/warnings/cricket</property>
</condition> </condition>
@ -1981,7 +1982,7 @@
<stall-voice> <stall-voice>
<name>stall-voice</name> <name>stall-voice</name>
<mode>looped</mode> <mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/stall_voice.wav</path> <path>Aircraft/A320-family/Sounds/Cockpit/stall_voice.wav</path>
<type>avionics</type> <type>avionics</type>
<condition> <condition>

Binary file not shown.

Binary file not shown.

View file

@ -1709,7 +1709,7 @@
<test logic="AND" value="1"> <test logic="AND" value="1">
/instrumentation/radar-altimeter[0]/radar-altitude-ft lt 1500 /instrumentation/radar-altimeter[0]/radar-altitude-ft lt 1500
/instrumentation/radar-altimeter[1]/radar-altitude-ft lt 1500 /instrumentation/radar-altimeter[1]/radar-altitude-ft lt 1500
<!-- /it-fbw/law ne 0 confirm --> /it-fbw/law ne 0
/ECAM/warnings/logic/stall/phase-flipflop eq 1 /ECAM/warnings/logic/stall/phase-flipflop eq 1
</test> </test>
</switch> </switch>
@ -1735,7 +1735,7 @@
</test> </test>
</test> </test>
</test> </test>
<!-- /it-fbw/law ne 0 confirm... --> /it-fbw/law ne 0
<test logic="OR"> <test logic="OR">
/systems/navigation/adr/operating-1 eq 1 /systems/navigation/adr/operating-1 eq 1
/systems/navigation/adr/operating-2 eq 1 /systems/navigation/adr/operating-2 eq 1