OgreAL        
This is an OgreGallery featured project

OgreAL

OpenAL based, sound manager for Ogre

OgreAL is a wrapper for OpenAL that allows users to seamlessly integrate music and 3D audio into their Ogre games and applications.

OpenAL is a cross-platform 3D audio API designed by Creative that is appropriate for use with gaming applications and many other types of audio applications. OpenAL is implemented on Macintosh OS 8/9/X, Linux, BSD, Solaris, IRIX, Windows, Xbox and Xbox360. It is a state based API that follows a very similar paradigm to OpenGL.

Table of contents

Features

OgreAL can currently handle both the wav and ogg vorbis audio formats and is fully compliant with OpenAL 1.1 and allows the user access to any functionality that the OpenAL Core provides. This includes:

  • Background Music
  • 3D Positioning
    • This allows the user to fully customize the distance attenuation.
  • Global Gain
  • Per Sound Gain
  • Multi-Channel Audio
  • Directional Sound
    • This uses a dual cone system allowing the user detailed control over the final sound.
  • The Doppler Effect
    • The Doppler algorithm takes into consideration distance, velocity and direction to calculate the final output.

Limitations

There is a limited number of sources allowed in audio hardware. This limit varies from card to card and currently OgreAL is restricted to that number of Sounds. In order to find this limit on the current hardware you can call SoundManager::maxSources(). There is a plan to work around this in the near future to allow for infinite Sounds.

EAX nor EFX are not currently implemented. You can read more about these extension on OpenAL's Documentation page.

OgreAL doesn't currently support audio input.