Skip to content

Releases: OGRECave/ogre-audiovideo

21.09

15 Sep 02:08
Compare
Choose a tag to compare

🚀 New Ogre Audio-Video release!

✨ Features:

  • Use OgreThreads for threading
  • Get more detailed device descriptions
  • Add EFX Support for OpenAL Soft
  • Add support for EFX highpass and bandpass filters
  • Add support for OpenAL Soft extentions (IEEE_FLOAT recording support and ALC_SOFT_pause_device)

📚 Documentation:

  • API Description corrections

🐛 Bugfixes:

  • Release all sound sources when finalizing the Plugin
  • Remove erroneous initialization parameter
  • API correction regarding EFX Effect Slots
  • Assortment of fixes regarding OgreOggSoundRecord class (now recording works both in linux and windows)

👌 Improvements:

  • Improve log messaging consistency and use logError where appropiate
  • Correct deprecation warnings
  • Extend the API to be more symmetric (Add several missing getters for parameters that were being set)

21.07

01 Jul 22:08
Compare
Choose a tag to compare
  • First release of the merged theora and oggsound projects
  • Sample integrates audio and video parts
  • Last release to support the Ogre 1.11 API