aSound.htm 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type"
  4. content="text/html; charset=iso-8859-1">
  5. <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
  6. <title>Sound demos</title>
  7. </head>
  8. <body bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" lang="FR"
  9. style="tab-interval:35.4pt">
  10. <p class="MsoPlainText"><font size="4" face="Courier New"><b>Sound
  11. demos&nbsp;:</b></font></p>
  12. <ul>
  13. <ul>
  14. <li><a href="3DSound/SoundAroundDemo.dpr"><b>3Dsound (Multiple Sound Managers)</b></a><b>&nbsp;:</b><ul>
  15. <li>a single sound source, repeatedly playing
  16. a wav, describes a loop</li>
  17. <li>the listener can be moved and oriented</li>
  18. <li>the sound manager can be changed during use</li>
  19. <li>requires FMOD, BASS, OpenAL to be installed</li>
  20. </ul>
  21. <a href="3DSound BASS/SoundBASS.dpr"><b>3Dsound (BASS)</b></a><b>&nbsp;:</b><ul>
  22. <li>a single sound source, repeatedly playing
  23. a wav, describes a loop</li>
  24. <li>the listener can be moved and oriented</li>
  25. <li>requires BASS to be installed</li>
  26. </ul>
  27. <a href="3DSound FMOD/SoundFMOD.dpr"><b>3Dsound (FMOD)</b></a><b>&nbsp;:</b><ul>
  28. <li>a single sound source, repeatedly playing
  29. a wav, describes a loop</li>
  30. <li>the listener can be moved and oriented</li>
  31. <li>requires FMOD to be installed</li>
  32. </ul>
  33. <a href="3DSound OpenAL/SoundOpenAL.dpr"><b>3Dsound (OpenAL)</b></a><b>&nbsp;:</b><ul>
  34. <li>a single sound source, repeatedly playing
  35. a wav, describes a loop</li>
  36. <li>the listener can be moved and oriented</li>
  37. <li>requires OpenAL to be installed</li>
  38. </ul>
  39. <a href="3DSound WaveOut/SoundWaveOut.dpr"><b>3Dsound (WaveOut - Windows Only)</b></a><b>&nbsp;:</b><ul>
  40. <li>a single sound source, repeatedly playing
  41. a wav, describes a loop</li>
  42. <li>moving the listener has no effect</li>
  43. <li>will only run on MS Windows</li>
  44. </ul>
  45. </li>
  46. </ul>
  47. </ul>
  48. <a href="..\demos.htm">Back</a></p>
  49. </body>
  50. </html>