bae125-sound.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <fx>
  4. <!-- Left engine -->
  5. <engine>
  6. <name>start0</name>
  7. <mode>once</mode>
  8. <path>start.wav</path>
  9. <condition>
  10. <property>/controls/engines/engine[0]/starter</property>
  11. </condition>
  12. <volume>
  13. <property>engines/engine[0]/n2</property>
  14. <factor> 0.09 </factor>
  15. <min> 0.3 </min>
  16. <max> 0.9 </max>
  17. </volume>
  18. <pitch>
  19. <property>engines/engine[0]/n2</property>
  20. <factor> 0.01 </factor>
  21. <min> 0.0 </min>
  22. <max> 0.9 </max>
  23. </pitch>
  24. <reference-dist>100</reference-dist>
  25. <max-dist>1000</max-dist>
  26. </engine>
  27. <engine>
  28. <name>whine0</name>
  29. <path>running.wav</path>
  30. <mode>looped</mode>
  31. <condition>
  32. <property>/engines/engine[0]/running</property>
  33. </condition>
  34. <volume>
  35. <property>/engines/engine[0]/n1</property>
  36. <factor>0.010</factor>
  37. <max>1.0</max>
  38. </volume>
  39. <pitch>
  40. <property>/engines/engine[0]/n1</property>
  41. <factor>0.01</factor>
  42. <offset>0.15</offset>
  43. </pitch>
  44. <reference-dist>100</reference-dist>
  45. <max-dist>1000</max-dist>
  46. </engine>
  47. <engine>
  48. <name>shutdown0</name>
  49. <mode>once</mode>
  50. <path>shutdown.wav</path>
  51. <condition>
  52. <property>/controls/engines/engine[0]/cutoff</property>
  53. </condition>
  54. <volume>
  55. <property>/engines/engine[0]/n2</property>
  56. <factor>0.09</factor>
  57. <min>0.3</min>
  58. <max>0.9</max>
  59. </volume>
  60. <reference-dist>100</reference-dist>
  61. <max-dist>1000</max-dist>
  62. </engine>
  63. <!-- Right engine -->
  64. <engine>
  65. <name>start1</name>
  66. <mode>once</mode>
  67. <path>start.wav</path>
  68. <condition>
  69. <property>/controls/engines/engine[1]/starter</property>
  70. </condition>
  71. <volume>
  72. <property>engines/engine[1]/n2</property>
  73. <factor> 0.09 </factor>
  74. <min> 0.3 </min>
  75. <max> 0.9 </max>
  76. </volume>
  77. <pitch>
  78. <property>engines/engine[1]/n2</property>
  79. <factor> 0.01 </factor>
  80. <min> 0.0 </min>
  81. <max> 0.9 </max>
  82. </pitch>
  83. <reference-dist>100</reference-dist>
  84. <max-dist>1000</max-dist>
  85. </engine>
  86. <engine>
  87. <name>whine1</name>
  88. <path>running.wav</path>
  89. <mode>looped</mode>
  90. <condition>
  91. <property>/engines/engine[1]/running</property>
  92. </condition>
  93. <volume>
  94. <property>/engines/engine[1]/n1</property>
  95. <factor>0.010</factor>
  96. <max>1.0</max>
  97. </volume>
  98. <pitch>
  99. <property>/engines/engine[1]/n1</property>
  100. <factor>0.01</factor>
  101. <offset>0.15</offset>
  102. </pitch>
  103. <reference-dist>100</reference-dist>
  104. <max-dist>1000</max-dist>
  105. </engine>
  106. <engine>
  107. <name>shutdown1</name>
  108. <mode>once</mode>
  109. <path>shutdown.wav</path>
  110. <condition>
  111. <property>/controls/engines/engine[1]/cutoff</property>
  112. </condition>
  113. <volume>
  114. <property>/engines/engine[1]/n2</property>
  115. <factor>0.09</factor>
  116. <min>0.3</min>
  117. <max>0.9</max>
  118. </volume>
  119. <reference-dist>100</reference-dist>
  120. <max-dist>1000</max-dist>
  121. </engine>
  122. <rumble>
  123. <name>rumble</name>
  124. <mode>looped</mode>
  125. <path>Sounds/rumble.wav</path>
  126. <condition>
  127. <property>/gear/gear[0]/wow</property>
  128. </condition>
  129. <volume>
  130. <property>/gear/gear[0]/rollspeed-ms</property>
  131. <type>log</type>
  132. <factor>0.12</factor>
  133. </volume>
  134. <pitch>
  135. <property>/gear/gear[0]/rollspeed-ms</property>
  136. </pitch>
  137. <reference-dist>100</reference-dist>
  138. <max-dist>1000</max-dist>
  139. </rumble>
  140. <rumble>
  141. <name>rumble</name>
  142. <mode>looped</mode>
  143. <path>Sounds/rumble.wav</path>
  144. <condition>
  145. <property>/gear/gear[1]/wow</property>
  146. </condition>
  147. <volume>
  148. <property>/gear/gear[1]/rollspeed-ms</property>
  149. <type>log</type>
  150. <factor>0.12</factor>
  151. </volume>
  152. <reference-dist>100</reference-dist>
  153. <max-dist>1000</max-dist>
  154. </rumble>
  155. <rumble>
  156. <name>rumble</name>
  157. <mode>looped</mode>
  158. <path>Sounds/rumble.wav</path>
  159. <condition>
  160. <property>/gear/gear[2]/wow</property>
  161. </condition>
  162. <volume>
  163. <property>/gear/gear[2]/rollspeed-ms</property>
  164. <type>log</type>
  165. <factor>0.12</factor>
  166. </volume>
  167. <reference-dist>100</reference-dist>
  168. <max-dist>1000</max-dist>
  169. </rumble>
  170. <gear>
  171. <name>gear</name>
  172. <mode>in-transit</mode>
  173. <path>gear.wav</path>
  174. <property>/gear/gear[0]/position-norm</property>
  175. <pitch>
  176. <internal>dt_play</internal>
  177. <offset>1.0</offset>
  178. <factor>-0.001</factor>
  179. </pitch>
  180. <reference-dist>100</reference-dist>
  181. <max-dist>1000</max-dist>
  182. </gear>
  183. <gear>
  184. <name>gear-lock</name>
  185. <path>Sounds/gear-lck.wav</path>
  186. <condition>
  187. <equals>
  188. <property>/gear/gear[0]/position-norm</property>
  189. <value>0</value>
  190. </equals>
  191. </condition>
  192. <reference-dist>100</reference-dist>
  193. <max-dist>1000</max-dist>
  194. </gear>
  195. <gear>
  196. <name>gear-lock</name>
  197. <path>Sounds/gear-lck.wav</path>
  198. <condition>
  199. <equals>
  200. <property>/gear/gear[0]/position-norm</property>
  201. <value>1</value>
  202. </equals>
  203. </condition>
  204. <reference-dist>100</reference-dist>
  205. <max-dist>1000</max-dist>
  206. </gear>
  207. <gear>
  208. <name>gear</name>
  209. <mode>in-transit</mode>
  210. <path>gear.wav</path>
  211. <property>/gear/gear[1]/position-norm</property>
  212. <pitch>
  213. <internal>dt_play</internal>
  214. <offset>1.0</offset>
  215. <factor>-0.001</factor>
  216. </pitch>
  217. <reference-dist>100</reference-dist>
  218. <max-dist>1000</max-dist>
  219. </gear>
  220. <gear>
  221. <name>gear-lock</name>
  222. <path>Sounds/gear-lck.wav</path>
  223. <condition>
  224. <equals>
  225. <property>/gear/gear[1]/position-norm</property>
  226. <value>0</value>
  227. </equals>
  228. </condition>
  229. <reference-dist>100</reference-dist>
  230. <max-dist>1000</max-dist>
  231. </gear>
  232. <gear>
  233. <name>gear-lock</name>
  234. <path>Sounds/gear-lck.wav</path>
  235. <condition>
  236. <equals>
  237. <property>/gear/gear[1]/position-norm</property>
  238. <value>1</value>
  239. </equals>
  240. </condition>
  241. <reference-dist>100</reference-dist>
  242. <max-dist>1000</max-dist>
  243. </gear>
  244. <gear>
  245. <name>gear</name>
  246. <mode>in-transit</mode>
  247. <path>gear.wav</path>
  248. <property>/gear/gear[2]/position-norm</property>
  249. <pitch>
  250. <internal>dt_play</internal>
  251. <offset>1.0</offset>
  252. <factor>-0.001</factor>
  253. </pitch>
  254. <reference-dist>100</reference-dist>
  255. <max-dist>1000</max-dist>
  256. </gear>
  257. <gear>
  258. <name>gear-lock</name>
  259. <path>Sounds/gear-lck.wav</path>
  260. <condition>
  261. <equals>
  262. <property>/gear/gear[2]/position-norm</property>
  263. <value>0</value>
  264. </equals>
  265. </condition>
  266. <reference-dist>100</reference-dist>
  267. <max-dist>1000</max-dist>
  268. </gear>
  269. <gear>
  270. <name>gear-lock</name>
  271. <path>Sounds/gear-lck.wav</path>
  272. <condition>
  273. <equals>
  274. <property>/gear/gear[2]/position-norm</property>
  275. <value>1</value>
  276. </equals>
  277. </condition>
  278. <reference-dist>100</reference-dist>
  279. <max-dist>1000</max-dist>
  280. </gear>
  281. <squeal>
  282. <name>squeal</name>
  283. <path>touch.wav</path>
  284. <condition>
  285. <property>/gear/gear[0]/wow</property>
  286. </condition>
  287. <volume>
  288. <property>/velocities/speed-down-fps</property>
  289. <factor>0.05</factor>
  290. </volume>
  291. <volume>
  292. <property>/velocities/airspeed-kt</property>
  293. <factor>0.01</factor>
  294. </volume>
  295. <volume>
  296. <internal>dt_stop</internal>
  297. <factor>0.05</factor>
  298. <max>1.0</max>
  299. </volume>
  300. <pitch>
  301. <property>/velocities/airspeed-kt</property>
  302. <factor>0.0025</factor>
  303. <offset>1.2</offset>
  304. </pitch>
  305. <reference-dist>100</reference-dist>
  306. <max-dist>1000</max-dist>
  307. </squeal>
  308. <squeal>
  309. <name>squeal</name>
  310. <path>touch.wav</path>
  311. <condition>
  312. <property>/gear/gear[1]/wow</property>
  313. </condition>
  314. <volume>
  315. <property>/velocities/speed-down-fps</property>
  316. <factor>0.05</factor>
  317. </volume>
  318. <volume>
  319. <property>/velocities/airspeed-kt</property>
  320. <factor>0.01</factor>
  321. </volume>
  322. <volume>
  323. <internal>dt_stop</internal>
  324. <factor>0.05</factor>
  325. <max>1.0</max>
  326. </volume>
  327. <pitch>
  328. <property>/velocities/airspeed-kt</property>
  329. <factor>0.0025</factor>
  330. <offset>1.2</offset>
  331. </pitch>
  332. <reference-dist>100</reference-dist>
  333. <max-dist>1000</max-dist>
  334. </squeal>
  335. <squeal>
  336. <name>squeal</name>
  337. <path>touch.wav</path>
  338. <condition>
  339. <property>/gear/gear[2]/wow</property>
  340. </condition>
  341. <volume>
  342. <property>/velocities/speed-down-fps</property>
  343. <factor>0.05</factor>
  344. </volume>
  345. <volume>
  346. <property>/velocities/airspeed-kt</property>
  347. <factor>0.01</factor>
  348. </volume>
  349. <volume>
  350. <internal>dt_stop</internal>
  351. <factor>0.05</factor>
  352. <max>1.0</max>
  353. </volume>
  354. <pitch>
  355. <property>/velocities/airspeed-kt</property>
  356. <factor>0.0025</factor>
  357. <offset>1.2</offset>
  358. </pitch>
  359. <reference-dist>100</reference-dist>
  360. <max-dist>1000</max-dist>
  361. </squeal>
  362. <flap>
  363. <name>flaps</name>
  364. <mode>in-transit</mode>
  365. <path>flap.wav</path>
  366. <property>/surface-positions/left-flap-pos-norm</property>
  367. <volume>
  368. <factor>0.15</factor>
  369. </volume>
  370. <reference-dist>100</reference-dist>
  371. <max-dist>1000</max-dist>
  372. </flap>
  373. <flap>
  374. <name>flaps</name>
  375. <mode>in-transit</mode>
  376. <path>flap.wav</path>
  377. <property>/surface-positions/right-flap-pos-norm</property>
  378. <volume>
  379. <factor>0.25</factor>
  380. </volume>
  381. <reference-dist>100</reference-dist>
  382. <max-dist>1000</max-dist>
  383. </flap>
  384. <spoiler>
  385. <name>spoilers</name>
  386. <mode>in-transit</mode>
  387. <path>flaps.wav</path>
  388. <property>/surface-positions/speedbrake-pos-norm</property>
  389. <volume>
  390. <factor>0.15</factor>
  391. </volume>
  392. <reference-dist>100</reference-dist>
  393. <max-dist>1000</max-dist>
  394. </spoiler>
  395. <wind>
  396. <name>wind</name>
  397. <mode>looped</mode>
  398. <path>Sounds/wind.wav</path>
  399. <property>/velocities/airspeed-kt</property>
  400. <volume>
  401. <property>/velocities/airspeed-kt</property>
  402. <factor>0.002</factor>
  403. <!--min>0.03</min-->
  404. <max>0.25</max>
  405. </volume>
  406. <pitch>
  407. <property>/velocities/airspeed-kt</property>
  408. <factor>0.01</factor>
  409. <offset>1.25</offset>
  410. </pitch>
  411. <reference-dist>100</reference-dist>
  412. <max-dist>1000</max-dist>
  413. </wind>
  414. <stall>
  415. <name>stall</name>
  416. <path>Sounds/stall.wav</path>
  417. <property>/sim/alarms/stall-warning</property>
  418. <volume>
  419. <property>/velocities/airspeed-kt</property>
  420. <min>90.0</min>
  421. </volume>
  422. <reference-dist>100</reference-dist>
  423. <max-dist>1000</max-dist>
  424. </stall>
  425. </fx>
  426. </PropertyList>