Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2005, 10:38:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/openAL: initAudio saver now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/openAL/src/lib/sound/sound_engine.h

    r4207 r4209  
    11/*!
    22    \file sound_engine.h
    3     \brief Definition of the SoundEngine singleton Class
    4    
     3    \brief Definition of the SoundEngine singleton Class 
    54*/
    65
     
    7877
    7978  void setListener(PNode* listener);
     79  void setDopplerValues(ALfloat dopplerFactor, ALfloat dopplerVelocity);
     80
    8081
    8182  void addBuffer(SoundBuffer* buffer);
     
    8687  void update(void);
    8788
     89  // administrative
    8890  void flushUnusedBuffers(void);
     91  bool initAudio(void);
    8992
    9093  // error handling:
     
    9295  //  static void PrintALCErrorString(ALenum err);
    9396
     97
    9498 private:
    9599  SoundEngine(void);
    96100  static SoundEngine* singletonRef;
    97101
    98   bool initAudio(void);
    99102
    100103  PNode* listener;                 //!< The listener of the Scene
Note: See TracChangeset for help on using the changeset viewer.