Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 6, 2010, 3:08:19 PM (15 years ago)
Author:
erwin
Message:

Tried to hack ths sound streaming part in… sound doesn't work at all now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound4/src/orxonox/sound/SoundStreamer.cc

    r6435 r6476  
    3030#include <vorbis/vorbisfile.h>
    3131#include "SoundManager.h"
     32#include "util/Sleep.h"
    3233
    3334namespace orxonox
     
    121122                    COUT(2) << "Sound Warning: Couldn't queue buffers: " << getALErrorString(error) << std::endl;
    122123            }
     124            msleep(250); // perhaps another value here is better
    123125        }
    124126    }
Note: See TracChangeset for help on using the changeset viewer.