Changes between Initial Version and Version 1 of Ticket #230
- Timestamp:
- Oct 14, 2007, 7:13:38 PM (17 years ago)
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 == 2 2 3 What we need: 3 [[Image(mischpult.JPG, right, nolink, border=1, width=270)]] 4 Implement sound support. Music and sound effects are important for the game play. 5 6 == Goal == 7 8 Implement sound support with following features: 4 9 - 3D sound 5 10 - Surround (more than two speakers) … … 7 12 - Configurable parameters (please no hardcoded values) 8 13 - Doppler effect 14 15 == Implementation == 16 17 Maybe 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.