Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 6, 2010, 3:08:19 PM (14 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/AmbientSound.h

    r6435 r6476  
    3030#ifndef _AmbientSound_H__
    3131#define _AmbientSound_H__
     32
     33#include <boost/thread.hpp>
    3234
    3335#include "sound/SoundPrereqs.h"
     
    8385        std::string ambientSource_; //!< Analogous to source_, but mood independent
    8486        bool        bPlayOnLoad_;   //!< Play the sound immediately when loaded
     87
     88        boost::thread soundstreamthread_; // hacky solution for streaming
     89        void setStreamSource(const std::string& source);
    8590    };
    8691}
Note: See TracChangeset for help on using the changeset viewer.