Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7314 in orxonox.OLD for trunk/src/lib/sound


Ignore:
Timestamp:
Apr 17, 2006, 1:19:20 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellBuffer is now ThreadSafe for printing to it
I must say: SDL_Thread's are way easier than simple pThreads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/ogg_player.cc

    r7313 r7314  
    1313   co-programmer: ...
    1414
     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.
    1519
    1620   -------------------------------------------------------------------
    17    The source of this file comes stright from http://www.devmaster.net
     21   A Simple Version of this can be found at http://www.devmaster.net
    1822   Thanks a lot for the nice work, and the easy portability to our Project.
    1923*/
    20 
    2124#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_SOUND
    2225
Note: See TracChangeset for help on using the changeset viewer.