Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of content/Sound


Ignore:
Timestamp:
Mar 23, 2009, 3:59:49 PM (15 years ago)
Author:
erwin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/Sound

    v1 v1  
     1= Sound =
     2
     3Sound will use the [http://openal.org OpenAL library].[[BR]]
     4Development happens in the sound branch ;-)
     5
     6== ''First Step'' (current) ==
     7Creation of a C++ wrapper around OpenAL with the following objects:
     8
     9 * OpenAL::Device
     10 * OpenAL::Context
     11 * OpenAL::Listener
     12 * OpenAL::Source
     13 * OpenAL::Buffer
     14
     15The wrapper will be located in src/oal++.
     16
     17== Second Step ==
     18Integrate the sound into the framework.
     19
     20== Third Step ==
     21Patch current code to use the sound subsystem.