Wumpus OpenAL Output Changelog

What's new in Wumpus OpenAL Output 1.0.1

Sep 2, 2013
  • Rebuilt with Vs2012
  • Minor tweaks

New in Wumpus OpenAL Output 1.0.0 (Sep 2, 2013)

  • Updated - Minor clean-ups

New in Wumpus OpenAL Output 0.9.11.2 (Sep 2, 2013)

  • Minor fix to try and sync multiple speakers to stop the out-of-phase or delay between the left & right channel issue

New in Wumpus OpenAL Output 0.9.11.1 (Sep 2, 2013)

  • Added - Synchronised the start of audio (affects multiple renderers)
  • Added - x/y/z for listener position and direction
  • Added - Restore default settings for speaker matrix
  • Updated - Removed algorithm for finding next free buffer.
  • This should reduce CPU usage quite a bit

New in Wumpus OpenAL Output 0.9.10 (Sep 2, 2013)

  • [Attempt] Fixed - 3D issue where it went out of phase.

New in Wumpus OpenAL Output 0.9.9.1 (Sep 2, 2013)

  • Fixed - Issue with synchronisation and the output time for track position

New in Wumpus OpenAL Output 0.9.9 (Sep 2, 2013)

  • Fixed - Memory leak when closing regarding Effects
  • Fixed - Skipping past the end of the file
  • Fixed - Skipping and sync issues, skipping over-run

New in Wumpus OpenAL Output 0.9.8 (Sep 2, 2013)

  • Fixed - Doesn't re-play the end of the track when skipped
  • Fixed - Sync issues with FLAC files
  • Fixed - Mono source won't be affected by Matrix values (left/right etc)

New in Wumpus OpenAL Output 0.9.7.1 (Sep 2, 2013)

  • Added - mono & stereo expansion back in
  • Changed - maximum buffer size to 6 seconds (6000ms) to better support XRAM

New in Wumpus OpenAL Output 0.9.6 (Sep 2, 2013)

  • Fixed - XRAM detection/utilisation
  • Fixed - Audio cut off at the end

New in Wumpus OpenAL Output 0.9.5 (Sep 2, 2013)

  • Added - Some proper XRAM notices
  • Fixed - 3D seperate renderers such as sync
  • Fixed - Panning

New in Wumpus OpenAL Output 0.9.4 (Sep 2, 2013)

  • Added - Effects (reverb)

New in Wumpus OpenAL Output 0.9.3 (Sep 2, 2013)

  • Added - seperate renderer support
  • Splitting of data to renderers

New in Wumpus OpenAL Output 0.9.2 (Sep 2, 2013)

  • Added - initial Effects support

New in Wumpus OpenAL Output 0.9.1 (Sep 2, 2013)

  • Updated - minor optimisations to Mono/Stereo expansion so it copies the data using single instructions rather than memcpy System Calls which should reduce CPU usage.

New in Wumpus OpenAL Output 0.9.0 (Sep 2, 2013)

  • Fixed - Corrupt audio on VBR (Varible Bit Rate) Audio
  • Fixed - Memory leak with Mono/Stereo Expansion enabled
  • Fixed - Loading of the buffer size on the Configuration Window
  • Fixed - Loading of the volume
  • Fixed - Lockups when opening/skipping tracks
  • Fixed - XRAM cannot be enabled if it's absent
  • Added - XRAM utilisation
  • Updated - no internal buffering, passed straight to OpenAL to reduce memory usage
  • and CPU utilisation. Even software rendering should have virtually no CPU usage.