1
0
Fork 0
fgdata/Aircraft/ufo/ufo-sound.xml

83 lines
1.5 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0"?>
<PropertyList>
<fx>
2023-02-20 08:00:30 +00:00
<!--
<engine>
<name>rumble</name>
<mode>looped</mode>
<path>Sounds/rumble.wav</path>
<property>/velocities/airspeed-kt</property>
<volume>
<property>/velocities/airspeed-kt</property>
<factor>0.0001</factor>
2011-11-25 12:36:01 +00:00
<min>0.0</min>
<max>0.0</max>
</volume>
<pitch>
<property>/velocities/airspeed-kt</property>
<factor>0.0001</factor>
<offset>1.5</offset>
</pitch>
</engine>
2023-02-20 08:00:30 +00:00
-->
<machwave>
<name>Shock Wave</name>
<path>Sounds/exhaust_loop.wav</path>
<mode>looped</mode>
<property>/sim/sound/machwave/active</property>
<volume>
<expression>
<table>
<property>/sim/sound/machwave/offset-m</property>
<entry>
<ind>15</ind>
<dep>1.0</dep>
</entry>
<entry>
<ind>20</ind>
<dep>1.0</dep>
</entry>
<entry>
<ind>30</ind>
<dep>1.0</dep>
</entry>
<entry>
<ind>75</ind>
<dep>0.0</dep>
</entry>
</table>
</expression>
</volume>
<pitch>
<expression>
<table>
<property>sim/sound/machwave/offset-m</property>
<entry>
<ind>15</ind>
<dep>2.5</dep>
</entry>
<entry>
<ind>20</ind>
<dep>2.5</dep>
</entry>
<entry>
<ind>30</ind>
<dep>2.5</dep>
</entry>
<entry>
<ind>75</ind>
<dep>1.5</dep>
</entry>
</table>
</expression>
</pitch>
</machwave>
2004-01-04 15:32:20 +00:00
</fx>
</PropertyList>