Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of Ticket #230


Ignore:
Timestamp:
Oct 14, 2007, 7:13:38 PM (17 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #230 – Description

    initial v1  
    1 Implement sound support. Maybe there is a plugin for Ogre, maybe you want to implement a new sound engine, maybe you make something with OpenAL or other libraries. You're the king.
     1== Introduction ==
    22
    3 What we need:
     3[[Image(mischpult.JPG, right, nolink, border=1, width=270)]]
     4Implement sound support. Music and sound effects are important for the game play.
     5
     6== Goal ==
     7
     8Implement sound support with following features:
    49 - 3D sound
    510 - Surround (more than two speakers)
     
    712 - Configurable parameters (please no hardcoded values)
    813 - Doppler effect
     14
     15== Implementation ==
     16
     17Maybe there is a plugin for Ogre, maybe you have to use OpenAL or other libraries to achieve your goal. You can decide. Find help in other projects and in the old Orxonox.