F4D-sound.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <fx>
  4. <!-- Avionics Hum -->
  5. <avhum>
  6. <path>Aircraft/FGR-2/Sounds/FGOS_Avionics.wav</path>
  7. <mode>looped</mode>
  8. <type>avionics</type>
  9. <condition>
  10. <property>/engines/engine/running</property>
  11. <property>/sim/current-view/internal</property>
  12. </condition>
  13. </avhum>
  14. <engine>
  15. <name>engine1-from-cockpit</name>
  16. <mode>looped</mode>
  17. <path>Aircraft/FGR-2/Sounds/SpeyWhi1_FGOS.wav</path>
  18. <condition>
  19. <property>/engines/engine[0]/running</property>
  20. <property>/sim/current-view/internal</property>
  21. </condition>
  22. <volume>
  23. <property>/controls/engines/engine[0]/throttle</property>
  24. <factor>0.2</factor>
  25. <min>0.05</min>
  26. <max>0.2</max>
  27. </volume>
  28. </engine>
  29. <engine>
  30. <name>engine2-from-cockpit</name>
  31. <mode>looped</mode>
  32. <path>Aircraft/FGR-2/Sounds/SpeyWhi1_FGOS.wav</path>
  33. <condition>
  34. <property>/engines/engine[1]/running</property>
  35. <property>/sim/current-view/internal</property>
  36. </condition>
  37. <volume>
  38. <property>/controls/engines/engine[1]/throttle</property>
  39. <factor>0.2</factor>
  40. <min>0.05</min>
  41. <max>0.2</max>
  42. </volume>
  43. </engine>
  44. <tire-rumble>
  45. <name>tire-rumble</name>
  46. <mode>looped</mode>
  47. <path>Sounds/rumble.wav</path>
  48. <condition>
  49. <property>/sim/current-view/internal</property>
  50. <or>
  51. <property>/gear/gear[0]/wow</property>
  52. <property>/gear/gear[1]/wow</property>
  53. <property>/gear/gear[2]/wow</property>
  54. </or>
  55. </condition>
  56. <volume>
  57. <property>/velocities/airspeed-kt</property>
  58. <factor>0.004</factor>
  59. <max>0.3</max>
  60. </volume>
  61. </tire-rumble>
  62. <gear-wind>
  63. <name>gear-wind</name>
  64. <mode>looped</mode>
  65. <path>Sounds/rumble.wav</path>
  66. <condition>
  67. <property>/sim/current-view/internal</property>
  68. <greater-than>
  69. <property>/gear/gear[1]/position-norm[0]</property>
  70. <value>0.01</value>
  71. </greater-than>
  72. </condition>
  73. <volume>
  74. <property>/velocities/airspeed-kt</property>
  75. <factor>0.002</factor>
  76. <max>1.0</max>
  77. </volume>
  78. </gear-wind>
  79. <squeal>
  80. <name>squeal</name>
  81. <path>Sounds/squeal.wav</path>
  82. <condition>
  83. <or>
  84. <property>/gear/gear[0]/wow</property>
  85. <property>/gear/gear[1]/wow</property>
  86. <property>/gear/gear[2]/wow</property>
  87. </or>
  88. </condition>
  89. <pitch>
  90. <property>/velocities/airspeed-kt</property>
  91. <factor>0.0025</factor>
  92. <offset>1.2</offset>
  93. </pitch>
  94. </squeal>
  95. <wind>
  96. <name>wind</name>
  97. <mode>looped</mode>
  98. <path>Sounds/wind.wav</path>
  99. <condition>
  100. <property>/sim/current-view/internal</property>
  101. </condition>
  102. <property>/velocities/airspeed-kt</property>
  103. <volume>
  104. <property>/fdm/jsbsim/aero/qbar-psf</property>
  105. <factor>0.0002</factor>
  106. <min>0.0</min>
  107. <max>0.3</max>
  108. </volume>
  109. <pitch>
  110. <property>/fdm/jsbsim/aero/qbar-psf</property>
  111. <factor>0.002</factor>
  112. <offset>1.25</offset>
  113. </pitch>
  114. </wind>
  115. <alpha-buffet>
  116. <name>alpha-buffet</name>
  117. <mode>looped</mode>
  118. <condition>
  119. <property>/sim/current-view/internal</property>
  120. <greater-than>
  121. <property>/fdm/jsbsim/aero/alpha-deg</property>
  122. <value>8.6</value>
  123. </greater-than>
  124. <greater-than>
  125. <property>velocities/airspeed-kt</property>
  126. <value>50.0</value>
  127. </greater-than>
  128. </condition>
  129. <path>Sounds/rumble.wav</path>
  130. <volume>
  131. <property>/fdm/jsbsim/aero/alpha-deg</property>
  132. <factor>0.263</factor>
  133. <max>1.0</max>
  134. </volume>
  135. <pitch>
  136. <property>/fdm/jsbsim/aero/alpha-deg</property>
  137. <factor>0.00005</factor>
  138. </pitch>
  139. </alpha-buffet>
  140. <speedbrake-buffet>
  141. <name>speedbrake</name>
  142. <mode>looped</mode>
  143. <path>Sounds/rumble.wav</path>
  144. <condition>
  145. <property>/sim/current-view/internal</property>
  146. <property>/surface-positions/speedbrake-pos-norm</property>
  147. </condition>
  148. <volume>
  149. <property>/velocities/airspeed-kt</property>
  150. <factor>0.0025</factor>
  151. <max>0.3</max>
  152. </volume>
  153. </speedbrake-buffet>
  154. <!-- SUU-23A gun pod -->
  155. <guns>
  156. <name>gunfire</name>
  157. <mode>looped</mode>
  158. <condition>
  159. <property>controls/armament/trigger</property>
  160. </condition>
  161. <path>Aircraft/DavePack/Sounds/20mm-gun.wav</path>
  162. </guns>
  163. <crash>
  164. <name>boing</name>
  165. <condition>
  166. <property>fdm/jsbsim/systems/crash-detect/crashed</property>
  167. </condition>
  168. <path>Aircraft/DavePack/Sounds/boing.wav</path>
  169. </crash>
  170. <voice>
  171. <name>Geforce-breath-vox</name>
  172. <path>Aircraft/FGR-2/Sounds/Geforce.wav</path>
  173. <condition>
  174. <greater-than>
  175. <property>/accelerations/pilot/z-accel-fps_sec</property>
  176. <value>-161</value>
  177. </greater-than>
  178. </condition>
  179. <volume>
  180. <factor>0.9</factor>
  181. </volume>
  182. </voice>
  183. <voice>
  184. <name>Geforce-vox</name>
  185. <path>Aircraft/FGR-2/Sounds/geforce1.wav</path>
  186. <condition>
  187. <less-than>
  188. <property>/accelerations/pilot/z-accel-fps_sec</property>
  189. <value>-225</value>
  190. </less-than>
  191. </condition>
  192. <volume>
  193. <factor>0.9</factor>
  194. </volume>
  195. </voice>
  196. <!-- Sonic Boom -->
  197. <sonicboom>
  198. <name>Sonic Boom</name>
  199. <mode>once</mode>
  200. <path>Aircraft/FGR-2/Sounds/sonicboom.wav</path>
  201. <condition>
  202. <and>
  203. <greater-than>
  204. <property>/velocities/mach</property>
  205. <value>1.0</value>
  206. </greater-than>
  207. <equals>
  208. <property>/sim/current-view/internal</property>
  209. <value>false</value>
  210. </equals>
  211. </and>
  212. </condition>
  213. </sonicboom>
  214. <!-- flyby -->
  215. <flyby>
  216. <name>fly-by</name>
  217. <mode>looped</mode>
  218. <path>Aircraft/FGR-2/Sounds/flyby.wav</path>
  219. <condition>
  220. <equals>
  221. <property>sim/current-view/view-number</property>
  222. <value>6</value>
  223. </equals>
  224. <not>
  225. <property>/sim/current-view/internal</property>
  226. <property>/engines/engine/out-of-fuel</property>
  227. </not>
  228. </condition>
  229. <!-- <volume>
  230. <property>velocities/airspeed-kt</property>
  231. <factor>0.001</factor>
  232. </volume>
  233. -->
  234. </flyby>
  235. <!-- new engine sounds below -->
  236. <engine>
  237. <name>engine-start-inside</name>
  238. <mode>once</mode>
  239. <path>Aircraft/FGR-2/Sounds/turbine_start_in.wav</path>
  240. <condition>
  241. <and>
  242. <property>controls/engines/engine[0]/starter</property>
  243. <property>sim/current-view/internal</property>
  244. <less-than>
  245. <property>velocities/groundspeed-kt</property>
  246. <value>1</value>
  247. </less-than>
  248. </and>
  249. </condition>
  250. <volume>
  251. <property>engines/engine[0]/n2</property>
  252. <factor> 0.01 </factor>
  253. <min> 0.03 </min>
  254. <max> 0.07 </max>
  255. </volume>
  256. <pitch>
  257. <property>engines/engine[0]/n2</property>
  258. <factor> 0.01 </factor>
  259. <min> 0.0 </min>
  260. <max> 0.9 </max>
  261. </pitch>
  262. <reference-dist>10</reference-dist>
  263. <max-dist>10</max-dist>
  264. </engine>
  265. <engine>
  266. <name>engine-start-inside</name>
  267. <mode>once</mode>
  268. <path>Aircraft/FGR-2/Sounds/turbine_start_in.wav</path>
  269. <condition>
  270. <and>
  271. <property>controls/engines/engine[1]/starter</property>
  272. <property>sim/current-view/internal</property>
  273. <less-than>
  274. <property>velocities/groundspeed-kt</property>
  275. <value>1</value>
  276. </less-than>
  277. </and>
  278. </condition>
  279. <volume>
  280. <property>engines/engine[1]/n2</property>
  281. <factor> 0.01 </factor>
  282. <min> 0.03 </min>
  283. <max> 0.07 </max>
  284. </volume>
  285. <pitch>
  286. <property>engines/engine[1]/n2</property>
  287. <factor> 0.01 </factor>
  288. <min> 0.0 </min>
  289. <max> 0.9 </max>
  290. </pitch>
  291. <reference-dist>10</reference-dist>
  292. <max-dist>10</max-dist>
  293. </engine>
  294. <engine>
  295. <name>engine-start-outside</name>
  296. <mode>once</mode>
  297. <path>Aircraft/FGR-2/Sounds/spey-start.wav</path>
  298. <condition>
  299. <and>
  300. <less-than>
  301. <property>velocities/groundspeed-kt</property>
  302. <value>1</value>
  303. </less-than>
  304. <greater-than>
  305. <property>engines/engine[0]/rpm</property>
  306. <value>0.5</value>
  307. </greater-than>
  308. <not>
  309. <property>sim/current-view/internal</property>
  310. </not>
  311. </and>
  312. </condition>
  313. <volume>
  314. <property>engines/engine[0]/n2</property>
  315. <factor> 0.09 </factor>
  316. <min> 0.3 </min>
  317. <max> 0.9 </max>
  318. </volume>
  319. <pitch>
  320. <property>engines/engine[0]/n2</property>
  321. <factor> 0.01 </factor>
  322. <min> 0.0 </min>
  323. <max> 0.9 </max>
  324. </pitch>
  325. <reference-dist>100</reference-dist>
  326. <max-dist>1000</max-dist>
  327. </engine>
  328. <engine>
  329. <name>engine-start-outside1</name>
  330. <mode>once</mode>
  331. <path>Aircraft/FGR-2/Sounds/spey-start.wav</path>
  332. <condition>
  333. <and>
  334. <less-than>
  335. <property>velocities/groundspeed-kt</property>
  336. <value>1</value>
  337. </less-than>
  338. <greater-than>
  339. <property>engines/engine[1]/rpm</property>
  340. <value>0.5</value>
  341. </greater-than>
  342. <not>
  343. <property>sim/current-view/internal</property>
  344. </not>
  345. </and>
  346. </condition>
  347. <volume>
  348. <property>engines/engine[1]/n2</property>
  349. <factor> 0.09 </factor>
  350. <min> 0.3 </min>
  351. <max> 0.9 </max>
  352. </volume>
  353. <pitch>
  354. <property>engines/engine[1]/n2</property>
  355. <factor> 0.01 </factor>
  356. <min> 0.0 </min>
  357. <max> 0.9 </max>
  358. </pitch>
  359. <reference-dist>100</reference-dist>
  360. <max-dist>1000</max-dist>
  361. </engine>
  362. <engine>
  363. <name>whine</name>
  364. <path>Aircraft/FGR-2/Sounds/spey-whine.wav</path>
  365. <mode>looped</mode>
  366. <condition>
  367. <property>engines/engine[0]/running</property>
  368. <not>
  369. <property>sim/current-view/internal</property>
  370. <property>engines/engine/out-of-fuel</property>
  371. </not>
  372. </condition>
  373. <volume>
  374. <property>engines/engine[0]/n2</property>
  375. <factor type="double">0.0025</factor>
  376. </volume>
  377. <pitch>
  378. <property>engines/engine[0]/n2</property>
  379. <factor>0.02</factor>
  380. <offset>-0.1</offset>
  381. </pitch>
  382. </engine>
  383. <engine>
  384. <name>whine1</name>
  385. <path>Aircraft/FGR-2/Sounds/spey-whine.wav</path>
  386. <mode>looped</mode>
  387. <condition>
  388. <property>engines/engine[1]/running</property>
  389. <not>
  390. <property>sim/current-view/internal</property>
  391. <property>engines/engine/out-of-fuel</property>
  392. </not>
  393. </condition>
  394. <volume>
  395. <property>engines/engine[1]/n2</property>
  396. <factor type="double">0.0025</factor>
  397. </volume>
  398. <pitch>
  399. <property>engines/engine[1]/n2</property>
  400. <factor>0.02</factor>
  401. <offset>-0.1</offset>
  402. </pitch>
  403. </engine>
  404. <engine>
  405. <name>Reheat</name>
  406. <mode>looped</mode>
  407. <path>Aircraft/FGR-2/Sounds/RR_Spey_xwhine10.wav</path>
  408. <condition>
  409. <property>engines/engine[0]/afterburner</property>
  410. <not>
  411. <property>sim/current-view/internal</property>
  412. <property>engines/engine/out-of-fuel</property>
  413. </not>
  414. </condition>
  415. <position>
  416. <x>6.0</x>
  417. <y>0.0</y>
  418. <z>0.0</z>
  419. </position>
  420. <orientation>
  421. <x>90.0</x>
  422. <y>0.0</y>
  423. <z>0.0</z>
  424. <inner-angle>60.0</inner-angle>
  425. <outer-angle>160.0</outer-angle>
  426. <outer-gain>0.75</outer-gain>
  427. </orientation>
  428. <volume>
  429. <offset>1</offset>
  430. <min>0.3</min>
  431. <max>1.0</max>
  432. </volume>
  433. </engine>
  434. <engine>
  435. <name>Reheat1</name>
  436. <mode>looped</mode>
  437. <path>Aircraft/FGR-2/Sounds/RR_Spey_xwhine10.wav</path>
  438. <condition>
  439. <property>engines/engine[1]/afterburner</property>
  440. <not>
  441. <property>sim/current-view/internal</property>
  442. <property>engines/engine/out-of-fuel</property>
  443. </not>
  444. </condition>
  445. <position>
  446. <x>6.0</x>
  447. <y>0.0</y>
  448. <z>0.0</z>
  449. </position>
  450. <orientation>
  451. <x>90.0</x>
  452. <y>0.0</y>
  453. <z>0.0</z>
  454. <inner-angle>60.0</inner-angle>
  455. <outer-angle>160.0</outer-angle>
  456. <outer-gain>0.75</outer-gain>
  457. </orientation>
  458. <volume>
  459. <offset>1</offset>
  460. <min>0.3</min>
  461. <max>1.0</max>
  462. </volume>
  463. </engine>
  464. <ignition>
  465. <name>Reheat Ignition</name>
  466. <mode>once</mode>
  467. <path>Aircraft/FGR-2/Sounds/reheat-ignite.wav</path>
  468. <condition>
  469. <not>
  470. <property>engines/engine/out-of-fuel</property>
  471. </not>
  472. <not>
  473. <property>sim/current-view/external</property>
  474. </not>
  475. </condition>
  476. <property>engines/engine/afterburner</property>
  477. <position>
  478. <x>6.0</x>
  479. <y>0.0</y>
  480. <z>0.0</z>
  481. </position>
  482. <volume>
  483. <offset>0.25</offset>
  484. </volume>
  485. </ignition>
  486. <engine>
  487. <name>engine</name>
  488. <path>Aircraft/FGR-2/Sounds/jet-blast.wav</path>
  489. <mode>looped</mode>
  490. <condition>
  491. <property>engines/engine[0]/running</property>
  492. <not>
  493. <property>sim/current-view/internal</property>
  494. <property>engines/engine/out-of-fuel</property>
  495. </not>
  496. </condition>
  497. <volume>
  498. <property>engines/engine[0]/prop-thrust</property>
  499. <factor type="double">0.00013</factor>
  500. </volume>
  501. <pitch>
  502. <property>engines/engine[0]/n1</property>
  503. <factor>0.2</factor>
  504. </pitch>
  505. </engine>
  506. <engine>
  507. <name>engine1</name>
  508. <path>Aircraft/FGR-2/Sounds/jet-blast.wav</path>
  509. <mode>looped</mode>
  510. <condition>
  511. <property>engines/engine[1]/running</property>
  512. <not>
  513. <property>sim/current-view/internal</property>
  514. <property>engines/engine/out-of-fuel</property>
  515. </not>
  516. </condition>
  517. <volume>
  518. <property>engines/engine[1]/prop-thrust</property>
  519. <factor type="double">0.00013</factor>
  520. </volume>
  521. <pitch>
  522. <property>engines/engine[0]/n1</property>
  523. <factor>0.2</factor>
  524. </pitch>
  525. </engine>
  526. <shutdown>
  527. <name>shutdown</name>
  528. <path>Aircraft/FGR-2/Sounds/RR_Spey_shutdown.wav</path>
  529. <condition>
  530. <not>
  531. <property>sim/current-view/internal</property>
  532. </not>
  533. <equals>
  534. <property>engines/engine[0]/running</property>
  535. <value>false</value>
  536. </equals>
  537. </condition>
  538. </shutdown>
  539. <flap>
  540. <name>flaps</name>
  541. <mode>in-transit</mode>
  542. <path>Aircraft/FGR-2/Sounds/flaps.wav</path>
  543. <property>surface-positions/flap-pos-norm</property>
  544. <volume>
  545. <factor>0.15</factor>
  546. </volume>
  547. </flap>
  548. <spoiler>
  549. <name>spoilers</name>
  550. <mode>in-transit</mode>
  551. <path>Aircraft/FGR-2/Sounds/flaps.wav</path>
  552. <property>surface-positions/slat-pos-norm</property>
  553. <volume>
  554. <factor>0.15</factor>
  555. </volume>
  556. </spoiler>
  557. </fx>
  558. </PropertyList>