Skip to content

UniversAL 3D Audio Manager v1.2

Compare
Choose a tag to compare
@ThreeDeeJay ThreeDeeJay released this 21 Sep 19:48
· 22 commits to master since this release

Added WASAPI, old wrapper versions, automatic settings (v1.2)

Script will now:

  • Install WASAPI mode and apply correct parameters to the configuration (Only if OpenAL Soft or DSOAL version is set to 1.20.1 and branch is set to WASAPI in the .bat file.
  • Install old versions of OpenAL Soft or DSOAL (Check Resources\OpenALSoft and Resources\DSOAL to check available versions). Script will stop if the folder corresponding to the selected VERSION-BRANCH does not exist.
  • Set default playback device's format to 24 bit, 48000hz.
  • Disable (unless WASAPI is selected):
    • Exclusive Mode
    • Windows spatial sound
    • HeSuVi
  • Show actions executed by the script before running
  • Check if files were installed correctly before completion confirmation
  • Apply registry tweaks directly instead of relying on the .reg file to bypass elevation requirement
    Also:
  • Added some important info for the user
  • Moved base alsoft.ini and HRTF folder to a Common folder to avoid duplicates
  • Cleaned up code logic and structure