sound.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. <PropertyList>
  2. <fx>
  3. <engine>
  4. <name>engine-start-inside</name>
  5. <mode>once</mode>
  6. <path>Aircraft/Gnat_T1/Sounds/turbine_start_in.wav</path>
  7. <condition>
  8. <and>
  9. <property>controls/engines/engine[0]/starter</property>
  10. <property>sim/current-view/internal</property>
  11. </and>
  12. </condition>
  13. <volume>
  14. <property>engines/engine[0]/n2</property>
  15. <factor> 0.01 </factor>
  16. <min> 0.03 </min>
  17. <max> 0.07 </max>
  18. </volume>
  19. <pitch>
  20. <property>engines/engine[0]/n2</property>
  21. <factor> 0.01 </factor>
  22. <min> 0.0 </min>
  23. <max> 0.9 </max>
  24. </pitch>
  25. <reference-dist>100</reference-dist>
  26. <max-dist>1000</max-dist>
  27. </engine>
  28. <engine>
  29. <name>engine-start-outside</name>
  30. <mode>once</mode>
  31. <path>Aircraft/Gnat_T1/Sounds/turbine_start_out.wav</path>
  32. <condition>
  33. <and>
  34. <greater-than>
  35. <property>engines/engine[0]/rpm</property>
  36. <value>0.5</value>
  37. </greater-than>
  38. <less-than>
  39. <property>velocities/groundspeed-kt</property>
  40. <value>1</value>
  41. </less-than>
  42. <not>
  43. <property>sim/current-view/internal</property>
  44. </not>
  45. </and>
  46. </condition>
  47. <volume>
  48. <property>engines/engine[0]/n2</property>
  49. <factor> 0.09 </factor>
  50. <min> 0.3 </min>
  51. <max> 0.9 </max>
  52. </volume>
  53. <pitch>
  54. <property>engines/engine[0]/n2</property>
  55. <factor> 0.01 </factor>
  56. <min> 0.0 </min>
  57. <max> 0.9 </max>
  58. </pitch>
  59. <reference-dist>100</reference-dist>
  60. <max-dist>1000</max-dist>
  61. </engine>
  62. <engine>
  63. <name>turbine</name>
  64. <mode>looped</mode>
  65. <path>Aircraft/Gnat_T1/Sounds/hawk-whine.wav</path>
  66. <condition>
  67. <property>engines/engine/running</property>
  68. <not>
  69. <property>sim/current-view/internal</property>
  70. </not>
  71. </condition>
  72. <orientation>
  73. <x> 0 </x>
  74. <y> 0 </y>
  75. <z> 180 </z>
  76. <inner-cone> 180.0 </inner-cone>
  77. <outer-cone> 360.0 </outer-cone>
  78. <outer-gain> 0.2 </outer-gain>
  79. </orientation>
  80. <volume>
  81. <property>engines/engine/n2</property>
  82. <factor>0.09</factor>
  83. <min>0.3</min>
  84. <max>0.9</max>
  85. </volume>
  86. <pitch>
  87. <property>engines/engine/n2</property>
  88. <factor>0.01</factor>
  89. <min>0</min>
  90. <max>0.9</max>
  91. </pitch>
  92. <reference-dist>100</reference-dist>
  93. <max-dist>1000</max-dist>
  94. </engine>
  95. <engine>
  96. <name>turbine1</name>
  97. <mode>looped</mode>
  98. <path>Aircraft/Gnat_T1/Sounds/engine-turbine.wav</path>
  99. <condition>
  100. <property>engines/engine/running</property>
  101. <not>
  102. <property>sim/current-view/internal</property>
  103. </not>
  104. </condition>
  105. <orientation>
  106. <x> 0 </x>
  107. <y> 0 </y>
  108. <z> 180 </z>
  109. <inner-cone> 180.0 </inner-cone>
  110. <outer-cone> 360.0 </outer-cone>
  111. <outer-gain> 0.2 </outer-gain>
  112. </orientation>
  113. <volume>
  114. <property>engines/engine/n2</property>
  115. <factor>0.04</factor>
  116. <min>0.3</min>
  117. <max>0.9</max>
  118. </volume>
  119. <pitch>
  120. <property>engines/engine/n2</property>
  121. <factor>0.01</factor>
  122. <min>0</min>
  123. <max>0.9</max>
  124. </pitch>
  125. <reference-dist>100</reference-dist>
  126. <max-dist>1000</max-dist>
  127. </engine>
  128. <engine>
  129. <name>engine</name>
  130. <path>Aircraft/Gnat_T1/Sounds/jet-blast.wav</path>
  131. <mode>looped</mode>
  132. <condition>
  133. <property>engines/engine[0]/running</property>
  134. <not>
  135. <property>sim/current-view/internal</property>
  136. <property>engines/engine/out-of-fuel</property>
  137. </not>
  138. </condition>
  139. <position>
  140. <x>18.6</x>
  141. <y>0</y>
  142. <z>2.37</z>
  143. </position>
  144. <orientation>
  145. <x>1.0</x>
  146. <y>0.0</y>
  147. <z>0</z>
  148. <inner-angle>35.0</inner-angle>
  149. <outer-angle>90</outer-angle>
  150. <outer-gain>0.45</outer-gain>
  151. </orientation>
  152. <volume>
  153. <property>engines/engine[0]/n1</property>
  154. <factor>0.014</factor>
  155. <offset>-0.45</offset>
  156. </volume>
  157. <reference-dist>20</reference-dist>
  158. <max-dist>3000</max-dist>
  159. </engine>
  160. <engine>
  161. <name>turbine interior</name>
  162. <mode>looped</mode>
  163. <path>Aircraft/Gnat_T1/Sounds/engine-turbine.wav</path>
  164. <condition>
  165. <and>
  166. <property>engines/engine/running</property>
  167. <property>sim/current-view/internal</property>
  168. </and>
  169. </condition>
  170. <orientation>
  171. <x> 0 </x>
  172. <y> 0 </y>
  173. <z> 180 </z>
  174. <inner-cone> 180.0 </inner-cone>
  175. <outer-cone> 360.0 </outer-cone>
  176. <outer-gain> 0.2 </outer-gain>
  177. </orientation>
  178. <volume>
  179. <property>engines/engine/n2</property>
  180. <factor>0.01</factor>
  181. <min>0.01</min>
  182. <max>0.05</max>
  183. </volume>
  184. <pitch>
  185. <property>engines/engine/n2</property>
  186. <factor>0.01</factor>
  187. <min>0</min>
  188. <max>0.9</max>
  189. </pitch>
  190. <reference-dist>100</reference-dist>
  191. <max-dist>1000</max-dist>
  192. </engine>
  193. <engine>
  194. <name>thrust lowfreq exterior</name>
  195. <path>Aircraft/Gnat_T1/Sounds/engine-lowfreq.wav</path>
  196. <mode>looped</mode>
  197. <condition>
  198. <property>engines/engine/running</property>
  199. <not>
  200. <property>sim/current-view/internal</property>
  201. </not>
  202. </condition>
  203. <property>engines/engine/thrust-lbs</property>
  204. <volume>
  205. <property>engines/engine/thrust-lbs</property>
  206. <factor>0.008</factor>
  207. <min>0</min>
  208. <max>4.9</max>
  209. </volume>
  210. <reference-dist>100</reference-dist>
  211. <max-dist>1000</max-dist>
  212. </engine>
  213. <engine>
  214. <name>thrust lowfreq interior</name>
  215. <path>Aircraft/Gnat_T1/Sounds/engine-lowfreq.wav</path>
  216. <mode>looped</mode>
  217. <condition>
  218. <and>
  219. <property>engines/engine/running</property>
  220. <property>sim/current-view/internal</property>
  221. </and>
  222. </condition>
  223. <property>engines/engine/thrust-lbs</property>
  224. <volume>
  225. <property>engines/engine/thrust-lbs</property>
  226. <factor>0.00003</factor>
  227. <min>0</min>
  228. <max>2.9</max>
  229. </volume>
  230. <reference-dist>100</reference-dist>
  231. <max-dist>1000</max-dist>
  232. </engine>
  233. <wind>
  234. <name>wind</name>
  235. <mode>looped</mode>
  236. <path>Sounds/wind.wav</path>
  237. <condition>
  238. <not>
  239. <property>/sim/current-view/internal</property>
  240. </not>
  241. </condition>
  242. <property>/velocities/airspeed-kt</property>
  243. <volume>
  244. <property>/position/altitude-ft</property>
  245. <factor>-0.000015</factor>
  246. <offset>1.0</offset>
  247. <min>0.1</min>
  248. <max>0.7</max>
  249. </volume>
  250. <volume>
  251. <property>/velocities/airspeed-kt</property>
  252. <factor>0.015</factor>
  253. <min>0.03</min>
  254. <max>0.55</max>
  255. </volume>
  256. <pitch>
  257. <property>/velocities/airspeed-kt</property>
  258. <factor>0.01</factor>
  259. <offset>0.75</offset>
  260. </pitch>
  261. <reference-dist>100</reference-dist>
  262. <max-dist>1000</max-dist>
  263. </wind>
  264. <rumble>
  265. <name>rumble</name>
  266. <mode>looped</mode>
  267. <path>Sounds/rumble.wav</path>
  268. <condition>
  269. <or>
  270. <property>/gear/gear[0]/wow</property>
  271. <property>/gear/gear[1]/wow</property>
  272. <property>/gear/gear[2]/wow</property>
  273. </or>
  274. </condition>
  275. <volume>
  276. <property>/velocities/airspeed-kt</property>
  277. <factor>.0005</factor>
  278. </volume>
  279. <reference-dist>100</reference-dist>
  280. <max-dist>1000</max-dist>
  281. </rumble>
  282. <gear>
  283. <name>gear</name>
  284. <mode>in-transit</mode>
  285. <path>Sounds/gear.wav</path>
  286. <property>/gear/gear[0]/position-norm</property>
  287. <pitch>
  288. <internal>dt_play</internal>
  289. <offset>1.0</offset>
  290. <factor>-0.001</factor>
  291. </pitch>
  292. <reference-dist>100</reference-dist>
  293. <max-dist>1000</max-dist>
  294. </gear>
  295. <gear>
  296. <name>gear-lock</name>
  297. <path>Sounds/gear-lck.wav</path>
  298. <condition>
  299. <equals>
  300. <property>/gear/gear[0]/position-norm</property>
  301. <value>0</value>
  302. </equals>
  303. </condition>
  304. <reference-dist>100</reference-dist>
  305. <max-dist>1000</max-dist>
  306. </gear>
  307. <squeal>
  308. <name>squeal</name>
  309. <path>Sounds/squeal.wav</path>
  310. <condition>
  311. <or>
  312. <property>gear/gear[0]/wow</property>
  313. <property>gear/gear[1]/wow</property>
  314. <property>gear/gear[2]/wow</property>
  315. </or>
  316. </condition>
  317. <volume>
  318. <property>velocities/speed-down-fps</property>
  319. <factor>0.05</factor>
  320. </volume>
  321. <volume>
  322. <property>velocities/airspeed-kt</property>
  323. <factor>0.01</factor>
  324. </volume>
  325. <volume>
  326. <internal>dt_stop</internal>
  327. <factor>0.05</factor>
  328. <max>1.0</max>
  329. </volume>
  330. <pitch>
  331. <property>velocities/airspeed-kt</property>
  332. <factor>0.0025</factor>
  333. <offset>1.2</offset>
  334. </pitch>
  335. <reference-dist>100</reference-dist>
  336. <max-dist>1000</max-dist>
  337. </squeal>
  338. <flap>
  339. <name>flaps</name>
  340. <mode>in-transit</mode>
  341. <path>Sounds/flaps.wav</path>
  342. <property>surface-positions/flap-pos-norm</property>
  343. <volume>
  344. <max>0.25</max>
  345. </volume>
  346. <reference-dist>100</reference-dist>
  347. <max-dist>1000</max-dist>
  348. </flap>
  349. <guns>
  350. <name>gunfire</name>
  351. <mode>looped</mode>
  352. <path>Aircraft/Gnat_T1/Sounds/gunfire.wav</path>
  353. <condition>
  354. <property>controls/armament/trigger</property>
  355. <property>ai/submodels/submodel/count</property>
  356. </condition>
  357. <volume>
  358. <factor>1.2</factor>
  359. <max>1.0</max>
  360. </volume>
  361. <reference-dist>100</reference-dist>
  362. <max-dist>1000</max-dist>
  363. </guns>
  364. <stall>
  365. <name>stall</name>
  366. <mode>looped</mode>
  367. <path>/Aircraft/Gnat_T1/Sounds/stall.wav</path>
  368. <condition>
  369. <less-than>
  370. <property>velocities/airspeed-kt</property>
  371. <value>130</value>
  372. </less-than>
  373. <not>
  374. <property>gear/gear[0]/wow</property>
  375. <property>gear/gear[1]/wow</property>
  376. <property>gear/gear[2]/wow</property>
  377. <property>surface-positions/flap-pos-norm</property>
  378. <property>gear/gear[0]/position-norm</property>
  379. </not>
  380. </condition>
  381. <volume>
  382. <max>0.5</max>
  383. </volume>
  384. <position>
  385. <x>-23</x>
  386. <y>0</y>
  387. <z>1</z>
  388. </position>
  389. <reference-dist>1.0</reference-dist>
  390. <max-dist>2.0</max-dist>
  391. </stall>
  392. <stall>
  393. <name>stall</name>
  394. <mode>looped</mode>
  395. <path>/Aircraft/Gnat_T1/Sounds/stall.wav</path>
  396. <condition>
  397. <less-than>
  398. <property>velocities/airspeed-kt</property>
  399. <value>120</value>
  400. </less-than>
  401. <not>
  402. <property>gear/gear[0]/wow</property>
  403. <property>gear/gear[1]/wow</property>
  404. <property>gear/gear[2]/wow</property>
  405. <property>gear/gear[0]/position-norm</property>
  406. </not>
  407. </condition>
  408. <volume>
  409. <max>0.5</max>
  410. </volume>
  411. <position>
  412. <x>-22</x>
  413. <y>0</y>
  414. <z>0</z>
  415. </position>
  416. <reference-dist>1.0</reference-dist>
  417. <max-dist>2.0</max-dist>
  418. </stall>
  419. <stall>
  420. <name>stall</name>
  421. <mode>looped</mode>
  422. <path>/Aircraft/Gnat_T1/Sounds/stall.wav</path>
  423. <condition>
  424. <less-than>
  425. <property>velocities/airspeed-kt</property>
  426. <value>100</value>
  427. </less-than>
  428. <not>
  429. <property>gear/gear[0]/wow</property>
  430. <property>gear/gear[1]/wow</property>
  431. <property>gear/gear[2]/wow</property>
  432. <property>surface-positions/flap-pos-norm</property>
  433. </not>
  434. </condition>
  435. <volume>
  436. <max>0.5</max>
  437. </volume>
  438. <position>
  439. <x>-22</x>
  440. <y>0</y>
  441. <z>0</z>
  442. </position>
  443. <reference-dist>1.0</reference-dist>
  444. <max-dist>2.0</max-dist>
  445. </stall>
  446. <flyby>
  447. <name>fly-by</name>
  448. <mode>once</mode>
  449. <path>Aircraft/Gnat_T1/Sounds/flyby.wav</path>
  450. <!-- flyby -->
  451. <flyby>
  452. <name>fly-by</name>
  453. <mode>once</mode>
  454. <path>Aircraft/Gnat_T1/Sounds/flyby.wav</path>
  455. <condition>
  456. <and>
  457. <greater-than>
  458. <property>velocities/mach</property>
  459. <value>0.5</value>
  460. </greater-than>
  461. <equals>
  462. <property>sim/current-view/view-number</property>
  463. <value>6</value>
  464. </equals>
  465. </and>
  466. <not>
  467. <property>sim/current-view/internal</property>
  468. <property>engines/engine/out-of-fuel</property>
  469. </not>
  470. </condition>
  471. <volume>
  472. <property>velocities/airspeed-kt</property>
  473. <factor>0.001</factor>
  474. </volume>
  475. </flyby>
  476. <volume>
  477. <property>velocities/airspeed-kt</property>
  478. <factor>0.001</factor>
  479. </volume>
  480. </flyby>
  481. </fx>
  482. </PropertyList>