Changeset 7314 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Apr 17, 2006, 1:19:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.cc
r7313 r7314 13 13 co-programmer: ... 14 14 15 Beware: 16 The Ogg-Player is a __Threaded__ Stream, this means, that invoking play() 17 creates a Thread, that loops through the Music-File. The Thread seems 18 to be safe, but it is not guarantied. 15 19 16 20 ------------------------------------------------------------------- 17 The source of this file comes stright fromhttp://www.devmaster.net21 A Simple Version of this can be found at http://www.devmaster.net 18 22 Thanks a lot for the nice work, and the easy portability to our Project. 19 23 */ 20 21 24 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_SOUND 22 25
Note: See TracChangeset
for help on using the changeset viewer.