Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of content/Sound


Ignore:
Timestamp:
Apr 27, 2009, 3:04:08 PM (15 years ago)
Author:
erwin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/Sound

    v6 v7  
    1717 * manages OpenAL buffer and source
    1818 * has to be attached to a WorldEntity
    19 
    20 SoundOgg: <- SoundBase
    21  * can load an ogg file
    22 
    23 SoundWav: <- SoundBase
    24  * can load an wav file
     19 * can load a sound sample form a file (via alut, all alut supportet sound formats)
    2520
    2621== Timetable ==
     
    2924|| 2009-03-30 || Initial code commit, defitiv decision of API (done)||
    3025|| 2009-04-06 || Implementing SoundManager and integration into the build system (done) ||
    31 || '''2009-04-27''' || '''Implementing SoundBase and SoundWav''' ||
    32 || 2009-05-04 || Implementing SoundOgg ||
     26|| '''2009-04-27''' || '''Implementing SoundBase''' ||
     27|| 2009-05-04 || Patching old files with default sounds ||
    3328|| 2009-05-11 || Testing ||
    3429|| 2009-05-18 || Testing and getting things ready for presentation ||