sound.xml 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246
  1. <?xml version="1.0"?>
  2. <!--
  3. thanks to the SAR simulation (GPL) for the helicopter sounds,
  4. and the Urban game (LGPL) for the weapon sounds
  5. +x = aft
  6. +y = left
  7. +z = up
  8. -->
  9. <PropertyList>
  10. <fx>
  11. <switch>
  12. <name>click</name>
  13. <mode>once</mode>
  14. <path>Aircraft/ec145/Sounds/click.wav</path>
  15. <condition>
  16. <property>sim/sound/click</property>
  17. </condition>
  18. <volume>
  19. <property>/sound/view-level-inside</property>
  20. </volume>
  21. <position>
  22. <x>1.3</x>
  23. <y>0.0</y>
  24. <z>0.8</z>
  25. </position>
  26. <reference-dist>1</reference-dist>
  27. <max-dist>2</max-dist>
  28. </switch>
  29. <switch>
  30. <name>return click</name>
  31. <mode>once</mode>
  32. <path>Aircraft/ec145/Sounds/click.wav</path>
  33. <condition>
  34. <not><property>sim/sound/click</property></not>
  35. </condition>
  36. <volume>
  37. <property>/sound/view-level-inside</property>
  38. </volume>
  39. <position>
  40. <x>1.3</x>
  41. <y>0.0</y>
  42. <z>0.8</z>
  43. </position>
  44. <reference-dist>1</reference-dist>
  45. <max-dist>2</max-dist>
  46. </switch>
  47. <starter>
  48. <name>starter_start_outside</name>
  49. <mode>once</mode>
  50. <path>Aircraft/ec145/Sounds/ec145_startup_exterior.wav</path>
  51. <property>sim/sound/startup</property>
  52. <volume>
  53. <property>/sound/view-level-outside</property>
  54. </volume>
  55. <position>
  56. <x>-0.88</x>
  57. <y>0.40</y>
  58. <z>0.5</z>
  59. </position>
  60. <reference-dist>5</reference-dist>
  61. <max-dist>2000</max-dist>
  62. </starter>
  63. <starter>
  64. <name>starter_start_interior</name>
  65. <mode>once</mode>
  66. <path>Aircraft/ec145/Sounds/ec145_startup_interior.wav</path>
  67. <property>sim/sound/startup</property>
  68. <volume>
  69. <property>/sound/view-level-inside</property>
  70. </volume>
  71. <position>
  72. <x>-0.88</x>
  73. <y>0.40</y>
  74. <z>0.5</z>
  75. </position>
  76. <reference-dist>3</reference-dist>
  77. <max-dist>10</max-dist>
  78. </starter>
  79. <ppump>
  80. <name>prime-pumps</name>
  81. <mode>looped</mode>
  82. <path>Aircraft/ec145/Sounds/starter_loop.wav</path>
  83. <condition>
  84. <or>
  85. <property>systems/electrical/outputs/fuelpump-prime[1]</property>
  86. <property>systems/electrical/outputs/fuelpump-prime[2]</property>
  87. </or>
  88. </condition>
  89. <volume>
  90. <factor>0.3</factor>
  91. </volume>
  92. <position>
  93. <x>-0.88</x>
  94. <y>-0.40</y>
  95. <z>0.5</z>
  96. </position>
  97. <reference-dist>5</reference-dist>
  98. <max-dist>10</max-dist>
  99. </ppump>
  100. <starter>
  101. <name>starter0_start</name>
  102. <mode>once</mode>
  103. <path>Aircraft/ec145/Sounds/starter_start.wav</path>
  104. <condition>
  105. <property>systems/electrical/outputs/starter[0]</property>
  106. </condition>
  107. <volume>
  108. <factor>0.3</factor>
  109. </volume>
  110. <position>
  111. <x>-0.88</x>
  112. <y>0.40</y>
  113. <z>0.5</z>
  114. </position>
  115. <reference-dist>5</reference-dist>
  116. <max-dist>10</max-dist>
  117. </starter>
  118. <starter>
  119. <name>starter0_loop</name>
  120. <mode>looped</mode>
  121. <path>Aircraft/ec145/Sounds/starter_loop.wav</path>
  122. <condition>
  123. <property>systems/electrical/outputs/starter[0]</property>
  124. </condition>
  125. <delay-sec>11.6</delay-sec>
  126. <volume>
  127. <factor>0.3</factor>
  128. </volume>
  129. <position>
  130. <x>-0.88</x>
  131. <y>0.40</y>
  132. <z>0.5</z>
  133. </position>
  134. <reference-dist>5</reference-dist>
  135. <max-dist>10</max-dist>
  136. </starter>
  137. <!-- starter spooldown not audible when engine is running, only after venting-->
  138. <starter>
  139. <name>starter0_stop</name>
  140. <mode>once</mode>
  141. <path>Aircraft/ec145/Sounds/starter_stop.wav</path>
  142. <condition>
  143. <not>
  144. <property>systems/electrical/outputs/starter[0]</property>
  145. </not>
  146. <not>
  147. <property>engines/engine[0]/running</property>
  148. </not>
  149. </condition>
  150. <volume>
  151. <factor>0.3</factor>
  152. </volume>
  153. <position>
  154. <x>-0.88</x>
  155. <y>0.40</y>
  156. <z>0.5</z>
  157. </position>
  158. <reference-dist>5</reference-dist>
  159. <max-dist>10</max-dist>
  160. </starter>
  161. <starter>
  162. <name>starter1_start</name>
  163. <mode>once</mode>
  164. <path>Aircraft/ec145/Sounds/starter_start.wav</path>
  165. <condition>
  166. <property>systems/electrical/outputs/starter[1]</property>
  167. </condition>
  168. <volume>
  169. <factor>0.3</factor>
  170. </volume>
  171. <position>
  172. <x>-0.88</x>
  173. <y>-0.40</y>
  174. <z>0.5</z>
  175. </position>
  176. <reference-dist>5</reference-dist>
  177. <max-dist>10</max-dist>
  178. </starter>
  179. <starter>
  180. <name>starter1_loop</name>
  181. <mode>looped</mode>
  182. <path>Aircraft/ec145/Sounds/starter_loop.wav</path>
  183. <condition>
  184. <property>systems/electrical/outputs/starter[1]</property>
  185. </condition>
  186. <delay-sec>11.6</delay-sec>
  187. <volume>
  188. <factor>0.3</factor>
  189. </volume>
  190. <position>
  191. <x>-0.88</x>
  192. <y>-0.40</y>
  193. <z>0.5</z>
  194. </position>
  195. <reference-dist>5</reference-dist>
  196. <max-dist>10</max-dist>
  197. </starter>
  198. <starter>
  199. <name>starter1_stop</name>
  200. <mode>once</mode>
  201. <path>Aircraft/ec145/Sounds/starter_stop.wav</path>
  202. <condition>
  203. <not>
  204. <property>systems/electrical/outputs/starter[1]</property>
  205. </not>
  206. <not>
  207. <property>engines/engine[1]/running</property>
  208. </not>
  209. </condition>
  210. <volume>
  211. <factor>0.3</factor>
  212. </volume>
  213. <position>
  214. <x>-0.88</x>
  215. <y>-0.40</y>
  216. <z>0.5</z>
  217. </position>
  218. <reference-dist>5</reference-dist>
  219. <max-dist>10</max-dist>
  220. </starter>
  221. <!--
  222. <engine>
  223. <name>turbine0-start</name>
  224. <mode>once</mode>
  225. <path>Sounds/turbine_start.wav</path>
  226. <condition>
  227. <property>engines/engine[0]/running</property>
  228. </condition>
  229. <volume>
  230. <factor>0.03</factor>
  231. </volume>
  232. <volume>
  233. <property>sim/model/ec145/sound/volume</property>
  234. <factor>5</factor>
  235. </volume>
  236. <reference-dist>50</reference-dist>
  237. <max-dist>200</max-dist>
  238. </engine>
  239. <engine>
  240. <name>turbine0-loop</name>
  241. <mode>looped</mode>
  242. <path>Sounds/turbine_loop.wav</path>
  243. <condition>
  244. <property>engines/engine[0]/running</property>
  245. </condition>
  246. <delay-sec>7.5</delay-sec>
  247. <volume>
  248. <factor>0.03</factor>
  249. </volume>
  250. <volume>
  251. <property>sim/model/ec145/sound/volume</property>
  252. <factor>5</factor>
  253. </volume>
  254. <reference-dist>50</reference-dist>
  255. <max-dist>200</max-dist>
  256. </engine>
  257. <engine>
  258. <name>turbine0-shutdown</name>
  259. <mode>once</mode>
  260. <path>Sounds/turbine_shutdown.wav</path>
  261. <condition>
  262. <not>
  263. <property>engines/engine[0]/running</property>
  264. </not>
  265. </condition>
  266. <volume>
  267. <factor>0.03</factor>
  268. </volume>
  269. <volume>
  270. <property>sim/model/ec145/sound/volume</property>
  271. <factor>5</factor>
  272. </volume>
  273. <reference-dist>50</reference-dist>
  274. <max-dist>200</max-dist>
  275. </engine>
  276. <engine>
  277. <name>turbine1-start</name>
  278. <mode>once</mode>
  279. <path>Sounds/turbine_start.wav</path>
  280. <condition>
  281. <property>engines/engine[1]/running</property>
  282. </condition>
  283. <volume>
  284. <factor>0.03</factor>
  285. </volume>
  286. <volume>
  287. <property>sim/model/ec145/sound/volume</property>
  288. <factor>5</factor>
  289. </volume>
  290. <reference-dist>50</reference-dist>
  291. <max-dist>200</max-dist>
  292. </engine>
  293. <engine>
  294. <name>turbine1-loop</name>
  295. <mode>looped</mode>
  296. <path>Sounds/turbine_loop.wav</path>
  297. <condition>
  298. <property>engines/engine[1]/running</property>
  299. </condition>
  300. <delay-sec>7.5</delay-sec>
  301. <volume>
  302. <factor>0.03</factor>
  303. </volume>
  304. <volume>
  305. <property>sim/model/ec145/sound/volume</property>
  306. <factor>5</factor>
  307. </volume>
  308. <reference-dist>50</reference-dist>
  309. <max-dist>200</max-dist>
  310. </engine>
  311. <engine>
  312. <name>turbine1-shutdown</name>
  313. <mode>once</mode>
  314. <path>Sounds/turbine_shutdown.wav</path>
  315. <condition>
  316. <not>
  317. <property>engines/engine[1]/running</property>
  318. </not>
  319. </condition>
  320. <volume>
  321. <factor>0.03</factor>
  322. </volume>
  323. <volume>
  324. <property>sim/model/ec145/sound/volume</property>
  325. <factor>5</factor>
  326. </volume>
  327. <reference-dist>50</reference-dist>
  328. <max-dist>200</max-dist>
  329. </engine>
  330. <engine>
  331. <name>exhaust0-start</name>
  332. <mode>once</mode>
  333. <path>Sounds/exhaust_start.wav</path>
  334. <condition>
  335. <property>engines/engine[0]/running</property>
  336. </condition>
  337. <volume>
  338. <factor>0.02</factor>
  339. </volume>
  340. <volume>
  341. <property>sim/model/ec145/sound/volume</property>
  342. <factor>10</factor>
  343. </volume>
  344. <reference-dist>50</reference-dist>
  345. <max-dist>200</max-dist>
  346. </engine>
  347. <engine>
  348. <name>exhaust0-loop</name>
  349. <mode>looped</mode>
  350. <path>Sounds/exhaust_loop.wav</path>
  351. <condition>
  352. <property>engines/engine[0]/running</property>
  353. </condition>
  354. <delay-sec>11.5</delay-sec>
  355. <volume>
  356. <factor>0.02</factor>
  357. </volume>
  358. <volume>
  359. <property>sim/model/ec145/sound/volume</property>
  360. <factor>10</factor>
  361. </volume>
  362. <reference-dist>50</reference-dist>
  363. <max-dist>200</max-dist>
  364. </engine>
  365. <engine>
  366. <name>exhaust0-shutdown</name>
  367. <mode>once</mode>
  368. <path>Sounds/exhaust_shutdown.wav</path>
  369. <condition>
  370. <not>
  371. <property>engines/engine[0]/running</property>
  372. </not>
  373. </condition>
  374. <volume>
  375. <factor>0.02</factor>
  376. </volume>
  377. <volume>
  378. <property>sim/model/ec145/sound/volume</property>
  379. <factor>10</factor>
  380. </volume>
  381. <reference-dist>50</reference-dist>
  382. <max-dist>200</max-dist>
  383. </engine>
  384. <engine>
  385. <name>exhaust1-start</name>
  386. <mode>once</mode>
  387. <path>Sounds/exhaust_start.wav</path>
  388. <condition>
  389. <property>engines/engine[1]/running</property>
  390. </condition>
  391. <volume>
  392. <factor>0.02</factor>
  393. </volume>
  394. <volume>
  395. <property>sim/model/ec145/sound/volume</property>
  396. <factor>10</factor>
  397. </volume>
  398. <reference-dist>50</reference-dist>
  399. <max-dist>200</max-dist>
  400. </engine>
  401. <engine>
  402. <name>exhaust1-loop</name>
  403. <mode>looped</mode>
  404. <path>Sounds/exhaust_loop.wav</path>
  405. <condition>
  406. <property>engines/engine[1]/running</property>
  407. </condition>
  408. <delay-sec>11.5</delay-sec>
  409. <volume>
  410. <factor>0.02</factor>
  411. </volume>
  412. <volume>
  413. <property>sim/model/ec145/sound/volume</property>
  414. <factor>10</factor>
  415. </volume>
  416. <reference-dist>50</reference-dist>
  417. <max-dist>200</max-dist>
  418. </engine>
  419. <engine>
  420. <name>exhaust1-shutdown</name>
  421. <mode>once</mode>
  422. <path>Sounds/exhaust_shutdown.wav</path>
  423. <condition>
  424. <not>
  425. <property>engines/engine[1]/running</property>
  426. </not>
  427. </condition>
  428. <volume>
  429. <factor>0.02</factor>
  430. </volume>
  431. <volume>
  432. <property>sim/model/ec145/sound/volume</property>
  433. <factor>10</factor>
  434. </volume>
  435. <reference-dist>50</reference-dist>
  436. <max-dist>200</max-dist>
  437. </engine-->
  438. <rotor>
  439. <name>rotor-outside</name>
  440. <mode>looped</mode>
  441. <path>Aircraft/ec145/Sounds/main_rotor_idle_power_v2.wav</path>
  442. <condition>
  443. <and>
  444. <not>
  445. <property>sim/current-view/internal</property>
  446. </not>
  447. <greater-than>
  448. <property>rotors/main/rpm</property>
  449. <value>10</value>
  450. </greater-than>
  451. <not>
  452. <property>sim/crashed</property>
  453. </not>
  454. </and>
  455. </condition>
  456. <volume>
  457. <property>rotors/main/rpm</property>
  458. <factor>0.004</factor>
  459. </volume>
  460. <pitch>
  461. <property>rotors/main/rpm</property>
  462. <factor>0.0027</factor>
  463. <offset>0</offset>
  464. <min>0</min>
  465. <max>1.2</max>
  466. </pitch>
  467. <reference-dist>5</reference-dist>
  468. <max-dist>2000</max-dist>
  469. </rotor>
  470. <rotor>
  471. <name>rotor-inside-L</name>
  472. <mode>looped</mode>
  473. <path>Aircraft/ec145/Sounds/main_rotor_idle_power_inside_L.wav</path>
  474. <condition>
  475. <and>
  476. <property>sim/current-view/internal</property>
  477. <greater-than>
  478. <property>rotors/main/rpm</property>
  479. <value>40</value>
  480. </greater-than>
  481. <not>
  482. <property>sim/crashed</property>
  483. </not>
  484. </and>
  485. </condition>
  486. <volume>
  487. <factor>0.5</factor>
  488. </volume>
  489. <volume>
  490. <property>rotors/main/rpm</property>
  491. <factor>0.02</factor>
  492. </volume>
  493. <pitch>
  494. <property>rotors/main/rpm</property>
  495. <factor>0.0027</factor>
  496. <offset>0</offset>
  497. <min>0</min>
  498. <max>1.2</max>
  499. </pitch>
  500. <position>
  501. <x>0.0</x>
  502. <y>0.0</y>
  503. <z>1.5</z>
  504. </position>
  505. <reference-dist>5</reference-dist>
  506. <max-dist>10</max-dist>
  507. </rotor>
  508. <rotor>
  509. <name>rotor-inside-R</name>
  510. <mode>looped</mode>
  511. <path>Aircraft/ec145/Sounds/main_rotor_idle_power_inside_R.wav</path>
  512. <condition>
  513. <and>
  514. <property>sim/current-view/internal</property>
  515. <greater-than>
  516. <property>rotors/main/rpm</property>
  517. <value>40</value>
  518. </greater-than>
  519. <not>
  520. <property>sim/crashed</property>
  521. </not>
  522. </and>
  523. </condition>
  524. <volume>
  525. <factor>0.5</factor>
  526. </volume>
  527. <volume>
  528. <property>rotors/main/rpm</property>
  529. <factor>0.002</factor>
  530. </volume>
  531. <pitch>
  532. <property>rotors/main/rpm</property>
  533. <factor>0.0027</factor>
  534. <offset>0</offset>
  535. <min>0</min>
  536. <max>1.2</max>
  537. </pitch>
  538. <position>
  539. <x>0.0</x>
  540. <y>0.0</y>
  541. <z>-1.5</z>
  542. </position>
  543. <reference-dist>5</reference-dist>
  544. <max-dist>10</max-dist>
  545. </rotor>
  546. <rotor>
  547. <name>stall</name>
  548. <mode>looped</mode>
  549. <path>Aircraft/ec145/Sounds/main_rotor_idle_power_blade_stall.wav</path>
  550. <condition>
  551. <and>
  552. <greater-than>
  553. <property>rotors/main/rpm</property>
  554. <value>50</value>
  555. </greater-than>
  556. <not>
  557. <property>sim/crashed</property>
  558. </not>
  559. </and>
  560. </condition>
  561. <volume>
  562. <property>rotors/main/stall-filtered</property>
  563. <factor>75</factor>
  564. </volume>
  565. <volume>
  566. <factor>1.2</factor>
  567. </volume>
  568. <!--pitch>
  569. <property>rotors/main/rpm</property>
  570. <factor>0.002262</factor>
  571. <offset>0</offset>
  572. <max>1.75</max>
  573. </pitch-->
  574. <reference-dist>5</reference-dist>
  575. <max-dist>2000</max-dist>
  576. </rotor>
  577. <fire>
  578. <name>Fire</name>
  579. <mode>looped</mode>
  580. <path>Aircraft/ec145/Sounds/Fire.wav</path>
  581. <condition>
  582. <equals>
  583. <property>sim/multiplay/generic/int[7]</property>
  584. <value type="bool">true</value>
  585. </equals>
  586. </condition>
  587. <volume>
  588. <value>1</value>
  589. </volume>
  590. <reference-dist>100</reference-dist>
  591. <max-dist>4000</max-dist>
  592. </fire>
  593. <crash>
  594. <name>intense ground contact</name>
  595. <mode>once</mode>
  596. <path>Sounds/crash.wav</path>
  597. <property>sim/crashed</property>
  598. <volume>
  599. <factor>1</factor>
  600. </volume>
  601. <pitch>
  602. <factor>0.1</factor>
  603. </pitch>
  604. <reference-dist>100</reference-dist>
  605. <max-dist>500</max-dist>
  606. </crash>
  607. <floats>
  608. <name>floats</name>
  609. <mode>once</mode>
  610. <path>Aircraft/ec145/Sounds/inflate.wav</path>
  611. <condition>
  612. <equals>
  613. <property>controls/gear/floats-inflat</property>
  614. <value>true</value>
  615. </equals>
  616. </condition>
  617. <volume>
  618. <factor>0.5</factor>
  619. </volume>
  620. <position>
  621. <x>-0.88</x>
  622. <y>0.40</y>
  623. <z>0.5</z>
  624. </position>
  625. <reference-dist>5</reference-dist>
  626. <max-dist>10</max-dist>
  627. </floats>
  628. <rain>
  629. <name>rain-inside</name>
  630. <mode>looped</mode>
  631. <path>Aircraft/ec145/Sounds/insideGArainwav.wav</path>
  632. <condition>
  633. <and>
  634. <greater-than>
  635. <property>environment/rain-norm</property>
  636. <value>0.05</value>
  637. </greater-than>
  638. <property>sim/current-view/internal</property>
  639. </and>
  640. </condition>
  641. <delay-sec>11.6</delay-sec>
  642. <volume>
  643. <factor>0.3</factor>
  644. </volume>
  645. <position>
  646. <x>-0.5</x>
  647. <y>0</y>
  648. <z>0.5</z>
  649. </position>
  650. <volume>
  651. <property>environment/rain-norm</property>
  652. <factor>1</factor>
  653. <min>0.3</min>
  654. <max>1</max>
  655. </volume>
  656. <reference-dist>5</reference-dist>
  657. <max-dist>10</max-dist>
  658. </rain>
  659. <rotor>
  660. <name>blade-vortex-interaction</name>
  661. <mode>looped</mode>
  662. <path>Aircraft/ec145/Sounds/blade_vortex.wav</path>
  663. <condition>
  664. <greater-than>
  665. <property>sim/sound/vibration</property>
  666. <value>0.01</value>
  667. </greater-than>
  668. </condition>
  669. <volume>
  670. <property>sim/sound/vibration</property>
  671. </volume>
  672. <pitch>
  673. <property>rotors/main/rpm</property>
  674. <factor>0.002262</factor>
  675. <offset>0</offset>
  676. <min>0</min>
  677. <max>1.5</max>
  678. </pitch>
  679. <reference-dist>1000</reference-dist>
  680. <max-dist>3000</max-dist>
  681. </rotor>
  682. <rotor>
  683. <name>blade-vortex-interaction-G</name>
  684. <mode>looped</mode>
  685. <path>Aircraft/ec145/Sounds/blade_vortex.wav</path>
  686. <condition>
  687. <greater-than>
  688. <property>sim/multiplay/generic/float[15]</property>
  689. <value>1.15</value>
  690. </greater-than>
  691. </condition>
  692. <volume>
  693. <property>sim/multiplay/generic/float[15]</property>
  694. <factor>0.08</factor>
  695. <offset>0.25</offset>
  696. <min>0.0</min>
  697. <max>1.0</max>
  698. </volume>
  699. <volume>
  700. <property>rotors/main/rpm</property>
  701. <factor>0.001</factor>
  702. <offset>0.25</offset>
  703. <min>0.0</min>
  704. <max>1.0</max>
  705. </volume>
  706. <pitch>
  707. <property>rotors/main/rpm</property>
  708. <factor>0.003262</factor>
  709. <offset>0</offset>
  710. <min>0</min>
  711. <max>1.0</max>
  712. </pitch>
  713. <max-dist>3000</max-dist>
  714. </rotor>
  715. <rotor>
  716. <name>tail_rotor</name>
  717. <mode>looped</mode>
  718. <path>Aircraft/ec145/Sounds/tailrotor.wav</path>
  719. <condition>
  720. <and>
  721. <greater-than>
  722. <property>rotors/main/rpm</property>
  723. <value>50</value>
  724. </greater-than>
  725. <not>
  726. <property>sim/crashed</property>
  727. </not>
  728. <not>
  729. <property>sim/current-view/internal</property>
  730. </not>
  731. </and>
  732. </condition>
  733. <volume>
  734. <factor>0.8</factor>
  735. </volume>
  736. <pitch>
  737. <property>rotors/tail/rpm</property>
  738. <factor>0.0006</factor>
  739. <offset>-0.0</offset>
  740. <max>2.5</max>
  741. </pitch>
  742. <position>
  743. <x> -2 </x>
  744. <y> -0.4 </y>
  745. <z> 1.3 </z>
  746. </position>
  747. <orientation>
  748. <x> 1 </x>
  749. <y> . </y>
  750. <z> 0 </z>
  751. <inner-angle>110</inner-angle>
  752. <outer-angle>220</outer-angle>
  753. <outer-gain>0.1</outer-gain>
  754. </orientation>
  755. <reference-dist>500</reference-dist>
  756. <max-dist>5000</max-dist>
  757. </rotor>
  758. <!-- <overspeed>
  759. <name>overspeed</name>
  760. <mode>looped</mode>
  761. <path>Sounds/overspeed.wav</path>
  762. <condition>
  763. <greater-than>
  764. <property>velocities/airspeed-kt</property>
  765. <value>144</value>
  766. </greater-than>
  767. <equals>
  768. <property>sim/current-view/view-number</property>
  769. <value>0</value>
  770. </equals>
  771. </condition>
  772. <volume>
  773. <factor>1.0</factor>
  774. </volume>
  775. <pitch>
  776. <factor>0.1</factor>
  777. </pitch>
  778. <reference-dist>1.0</reference-dist>
  779. <max-dist>2.0</max-dist>
  780. </overspeed>
  781. <warning>
  782. <name>650 Hz</name>
  783. <mode>looped</mode>
  784. <path>Aircraft/ec145/Sounds/warn650.wav</path>
  785. <condition>
  786. <property>sim/sound/warn650</property>
  787. </condition>
  788. <reference-dist>0.5</reference-dist>
  789. <max-dist>1.0</max-dist>
  790. </warning>
  791. <warning>
  792. <name>2600 Hz</name>
  793. <mode>looped</mode>
  794. <path>Aircraft/ec145/Sounds/warn2600.wav</path>
  795. <condition>
  796. <property>sim/sound/warn2600</property>
  797. </condition>
  798. <reference-dist>0.5</reference-dist>
  799. <max-dist>1.0</max-dist>
  800. </warning>
  801. <contact>
  802. <name>ground contact</name>
  803. <mode>once</mode>
  804. <path>Sounds/helicopter-skid.wav</path>
  805. <condition>
  806. <property>gear/gear[0]/wow</property>
  807. </condition>
  808. <volume>
  809. <factor>0.8</factor>
  810. </volume>
  811. <pitch>
  812. <factor>0.01</factor>
  813. </pitch>
  814. <reference-dist>5.0</reference-dist>
  815. <max-dist>10.0</max-dist>
  816. </contact>
  817. <contact>
  818. <name>ground contact</name>
  819. <mode>once</mode>
  820. <path>Sounds/helicopter-skid.wav</path>
  821. <condition>
  822. <property>gear/gear[1]/wow</property>
  823. </condition>
  824. <volume>
  825. <factor>0.8</factor>
  826. </volume>
  827. <pitch>
  828. <factor>0.01</factor>
  829. </pitch>
  830. <reference-dist>5.0</reference-dist>
  831. <max-dist>10.0</max-dist>
  832. </contact>
  833. <contact>
  834. <name>ground contact</name>
  835. <mode>once</mode>
  836. <path>Sounds/helicopter-skid.wav</path>
  837. <condition>
  838. <property>gear/gear[2]/wow</property>
  839. </condition>
  840. <volume>
  841. <factor>0.8</factor>
  842. </volume>
  843. <pitch>
  844. <factor>0.01</factor>
  845. </pitch>
  846. <reference-dist>5.0</reference-dist>
  847. <max-dist>10.0</max-dist>
  848. </contact>
  849. <contact>
  850. <name>ground contact</name>
  851. <mode>once</mode>
  852. <path>Sounds/helicopter-skid.wav</path>
  853. <condition>
  854. <property>gear/gear[3]/wow</property>
  855. </condition>
  856. <volume>
  857. <factor>0.8</factor>
  858. </volume>
  859. <pitch>
  860. <factor>0.01</factor>
  861. </pitch>
  862. <reference-dist>5.0</reference-dist>
  863. <max-dist>10.0</max-dist>
  864. </contact>
  865. <contact>
  866. <name>ground contact</name>
  867. <mode>once</mode>
  868. <path>Sounds/helicopter-skid.wav</path>
  869. <condition>
  870. <property>gear/gear[4]/wow</property>
  871. </condition>
  872. <volume>
  873. <factor>0.8</factor>
  874. </volume>
  875. <pitch>
  876. <factor>0.01</factor>
  877. </pitch>
  878. <reference-dist>5.0</reference-dist>
  879. <max-dist>10.0</max-dist>
  880. </contact>
  881. <slide>
  882. <name>skid sliding1</name>
  883. <mode>looped</mode>
  884. <path>Sounds/rumble.wav</path>
  885. <condition>
  886. <and>
  887. <property>gear/gear[0]/wow</property>
  888. <not>
  889. <property>sim/crashed</property>
  890. </not>
  891. </and>
  892. </condition>
  893. <volume>
  894. <factor>0.5</factor>
  895. </volume>
  896. <volume>
  897. <property>sim/model/ec145/sound/slide[0]/volume</property>
  898. <max>1</max>
  899. </volume>
  900. <pitch>
  901. <property>sim/model/ec145/sound/slide[0]/pitch</property>
  902. </pitch>
  903. </slide>
  904. <slide>
  905. <name>skid sliding2</name>
  906. <mode>looped</mode>
  907. <path>Sounds/rumble.wav</path>
  908. <condition>
  909. <and>
  910. <property>gear/gear[1]/wow</property>
  911. <not>
  912. <property>sim/crashed</property>
  913. </not>
  914. </and>
  915. </condition>
  916. <volume>
  917. <factor>0.5</factor>
  918. </volume>
  919. <volume>
  920. <property>sim/model/ec145/sound/slide[1]/volume</property>
  921. <max>1</max>
  922. </volume>
  923. <pitch>
  924. <property>sim/model/ec145/sound/slide[1]/pitch</property>
  925. </pitch>
  926. </slide>
  927. <slide>
  928. <name>skid sliding3</name>
  929. <mode>looped</mode>
  930. <path>Sounds/rumble.wav</path>
  931. <condition>
  932. <and>
  933. <property>gear/gear[2]/wow</property>
  934. <not>
  935. <property>sim/crashed</property>
  936. </not>
  937. </and>
  938. </condition>
  939. <volume>
  940. <factor>0.5</factor>
  941. </volume>
  942. <volume>
  943. <property>sim/model/ec145/sound/slide[2]/volume</property>
  944. <max>1</max>
  945. </volume>
  946. <pitch>
  947. <property>sim/model/ec145/sound/slide[2]/pitch</property>
  948. </pitch>
  949. </slide>
  950. <slide>
  951. <name>skid sliding4</name>
  952. <mode>looped</mode>
  953. <path>Sounds/rumble.wav</path>
  954. <condition>
  955. <and>
  956. <property>gear/gear[3]/wow</property>
  957. <not>
  958. <property>sim/crashed</property>
  959. </not>
  960. </and>
  961. </condition>
  962. <volume>
  963. <factor>0.5</factor>
  964. </volume>
  965. <volume>
  966. <property>sim/model/ec145/sound/slide[3]/volume</property>
  967. <max>1</max>
  968. </volume>
  969. <pitch>
  970. <property>sim/model/ec145/sound/slide[3]/pitch</property>
  971. </pitch>
  972. </slide>
  973. <wind>
  974. <name>wind</name>
  975. <mode>looped</mode>
  976. <path>Sounds/wind.wav</path>
  977. <condition>
  978. <and>
  979. <property>velocities/airspeed-kt</property>
  980. <not>
  981. <property>sim/crashed</property>
  982. </not>
  983. </and>
  984. </condition>
  985. <volume>
  986. <property>position/altitude-ft</property>
  987. <factor>-0.000015</factor>
  988. <offset>1.0</offset>
  989. <min>0.1</min>
  990. <max>1.0</max>
  991. </volume>
  992. <volume>
  993. <property>velocities/airspeed-kt</property>
  994. <factor>0.0015</factor>
  995. <min>0.03</min>
  996. <max>0.25</max>
  997. </volume>
  998. <pitch>
  999. <property>velocities/airspeed-kt</property>
  1000. <factor>0.01</factor>
  1001. <offset>1.25</offset>
  1002. </pitch>
  1003. <reference-dist>3</reference-dist>
  1004. <max-dist>4</max-dist>
  1005. </wind>
  1006. <crash>
  1007. <name>intense ground contact</name>
  1008. <mode>once</mode>
  1009. <path>Sounds/crash.wav</path>
  1010. <property>sim/crashed</property>
  1011. <volume>
  1012. <factor>1</factor>
  1013. </volume>
  1014. <pitch>
  1015. <factor>0.1</factor>
  1016. </pitch>
  1017. <reference-dist>100</reference-dist>
  1018. <max-dist>500</max-dist>
  1019. </crash>
  1020. <door>
  1021. <name>close right frontdoor</name>
  1022. <mode>once</mode>
  1023. <path>Sounds/door_close.wav</path>
  1024. <condition>
  1025. <equals>
  1026. <property>sim/model/ec145/doors/door[0]/position-norm</property>
  1027. <value>0</value>
  1028. </equals>
  1029. </condition>
  1030. <position>
  1031. <x>1.0</x>
  1032. <y>1.5</y>
  1033. <z>-1.5</z>
  1034. </position>
  1035. <volume>
  1036. <factor>0.3</factor>
  1037. </volume>
  1038. <reference-dist>15</reference-dist>
  1039. <max-dist>50</max-dist>
  1040. </door>
  1041. <door>
  1042. <name>close left frontdoor</name>
  1043. <mode>once</mode>
  1044. <path>Sounds/door_close.wav</path>
  1045. <condition>
  1046. <equals>
  1047. <property>sim/model/ec145/doors/door[1]/position-norm</property>
  1048. <value>0</value>
  1049. </equals>
  1050. </condition>
  1051. <position>
  1052. <x>-1.0</x>
  1053. <y>1.5</y>
  1054. <z>-1.5</z>
  1055. </position>
  1056. <volume>
  1057. <factor>0.3</factor>
  1058. </volume>
  1059. <reference-dist>15</reference-dist>
  1060. <max-dist>50</max-dist>
  1061. </door>
  1062. <door>
  1063. <name>close right backdoor</name>
  1064. <mode>once</mode>
  1065. <path>Sounds/door_close.wav</path>
  1066. <condition>
  1067. <equals>
  1068. <property>sim/model/ec145/doors/door[2]/position-norm</property>
  1069. <value>0</value>
  1070. </equals>
  1071. </condition>
  1072. <position>
  1073. <x>1.0</x>
  1074. <y>1.0</y>
  1075. <z>-1.5</z>
  1076. </position>
  1077. <volume>
  1078. <factor>0.3</factor>
  1079. </volume>
  1080. <reference-dist>15</reference-dist>
  1081. <max-dist>50</max-dist>
  1082. </door>
  1083. <door>
  1084. <name>close left backdoor</name>
  1085. <mode>once</mode>
  1086. <path>Sounds/door_close.wav</path>
  1087. <condition>
  1088. <equals>
  1089. <property>sim/model/ec145/doors/door[3]/position-norm</property>
  1090. <value>0</value>
  1091. </equals>
  1092. </condition>
  1093. <position>
  1094. <x>-1.0</x>
  1095. <y>1.0</y>
  1096. <z>-1.5</z>
  1097. </position>
  1098. <volume>
  1099. <factor>0.3</factor>
  1100. </volume>
  1101. <reference-dist>15</reference-dist>
  1102. <max-dist>50</max-dist>
  1103. </door>
  1104. <door>
  1105. <name>close right reardoor</name>
  1106. <mode>once</mode>
  1107. <path>Sounds/door_close.wav</path>
  1108. <condition>
  1109. <equals>
  1110. <property>sim/model/ec145/doors/door[4]/position-norm</property>
  1111. <value>0</value>
  1112. </equals>
  1113. </condition>
  1114. <position>
  1115. <x>0.0</x>
  1116. <y>-1.5</y>
  1117. <z>-1.0</z>
  1118. </position>
  1119. <volume>
  1120. <factor>0.3</factor>
  1121. </volume>
  1122. <reference-dist>15</reference-dist>
  1123. <max-dist>50</max-dist>
  1124. </door>
  1125. <door>
  1126. <name>close left reardoor</name>
  1127. <mode>once</mode>
  1128. <path>Sounds/door_close.wav</path>
  1129. <condition>
  1130. <equals>
  1131. <property>sim/model/ec145/doors/door[5]/position-norm</property>
  1132. <value>0</value>
  1133. </equals>
  1134. </condition>
  1135. <position>
  1136. <x>0.0</x>
  1137. <y>-1.5</y>
  1138. <z>-1.0</z>
  1139. </position>
  1140. <volume>
  1141. <factor>0.3</factor>
  1142. </volume>
  1143. <reference-dist>15</reference-dist>
  1144. <max-dist>50</max-dist>
  1145. </door>
  1146. <rotor>
  1147. <name>rotorinside</name>
  1148. <mode>looped</mode>
  1149. <path>Aircraft/ec145/Sounds/inside_noflap.wav</path>
  1150. <condition>
  1151. <and>
  1152. <property>sim/current-view/internal</property>
  1153. <greater-than>
  1154. <property>rotors/main/rpm</property>
  1155. <value>50</value>
  1156. </greater-than>
  1157. <not>
  1158. <property>sim/crashed</property>
  1159. </not>
  1160. </and>
  1161. </condition>
  1162. <volume>
  1163. <factor>0.2</factor>
  1164. </volume>
  1165. <volume>
  1166. <property>rotors/main/rpm</property>
  1167. <factor>0.002</factor>
  1168. </volume>
  1169. <pitch>
  1170. <property>rotors/main/rpm</property>
  1171. <factor>0.00325</factor>
  1172. <offset>-0.0</offset>
  1173. <max>2.5</max>
  1174. </pitch>
  1175. <reference-dist>500</reference-dist>
  1176. <max-dist>1000</max-dist>
  1177. </rotor-->
  1178. </fx>
  1179. </PropertyList>