Changes between Version 6 and Version 7 of content/Sound
- Timestamp:
- Apr 27, 2009, 3:04:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/Sound
v6 v7 17 17 * manages OpenAL buffer and source 18 18 * 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) 25 20 26 21 == Timetable == … … 29 24 || 2009-03-30 || Initial code commit, defitiv decision of API (done)|| 30 25 || 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 || 33 28 || 2009-05-11 || Testing || 34 29 || 2009-05-18 || Testing and getting things ready for presentation ||