Giter VIP home page Giter VIP logo

eaxefx's Introduction

EAX OpenAL Extension

!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  
!!! Since the wrapper is now integrated into OpenAL Soft it won't be maintaned. !!!  
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Contents

  1. Overview
  2. Minimum requirements
  3. Patches
  4. Supported drivers
  5. Driver file name convention
  6. Missing features
    6.1 Bypassed
  7. Known issues
  8. Usage
  9. Log file
  10. Compiling requirements
  11. FAQ
  12. Third party use
  13. Disclaimer

1 - Overview

The project enables EAX OpenAL Extension for systems without appropriate hardware.

OpenAL wrapper implements EAX calls with Effects Extension by using underlying OpenAL driver.

2 - Minimum requirements

Operating system:

  • Windows XP with Service Pack 3

3 - Patches

Several runtime patches are embeded into the wrapper to fix EAX issues.

Separate application eaxefx_app_patcher.exe is available for offline patching.

Resolved issues:

  • Doom 3 (2004) v1.3.1 visual twitch bug.
  • Doom 3 (2004) v1.3.1 channel contribution issue.
  • Doom 3 (2004) v1.3.1 uninitialized reverb properties.
  • Doom 3 (2004) v1.3.1 error "idSoundCache: error unloading data from OpenAL hardware buffer".
  • Quake 4 (2005) v1.4.2 / v1.4.3 (Steam) source occlusion out of range.
  • Prey (2006) v1.4 source occlusion out of range.
    Only runtime patching is supported for Steam version.
    Use retail version of executable from official patch v1.4 for offline patching.

4 - Supported drivers

Notes:

  • Driver is not included into release package.

5 - Driver file name convention

The driver should be named with one of the following names:

  • eaxefx_driver.dll
  • dsoal-aldrv.dll
  • soft_oal.dll

The wrapper tries to load a driver in the order specified above.

6 - Missing features

6.1 - Bypassed features

Context:

  • HF Reference (EAX 4.0/5.0)
  • Macro FX Factor (EAX 5.0)
  • Speaker configuration (EAX 5.0)
  • X-RAM

Source:

  • Speaker levels (EAX 5.0)

7 - Known issues

  • OpenAL Soft official binaries v1.20.x may cause a crash upon exiting the application.

8 - Usage

Terminology:

  • DIR - the directory with application's main executable.

Steps:

  1. Backup (if necessary) OpenAL32.dll in the DIR.
  2. Extract the release package into some directory.
  3. Copy extracted OpenAL32.dll into the DIR.
  4. Put properly named driver into the DIR.
  5. Enable appropriate EAX options in the application and restart it if necessary.

9 - Log file

The wrapper creates a log file (eaxefx_log.txt) in the working directory, set by the application. Usually it's identical to the directory where the wrapper is placed.

If the working directory or the log file itself is write-protected the logger tries to create the log in the default application data directory.

On Windows it's %APPDATA%\bibendovsky\eaxefx (e.g., C:\users\john\AppData\Roaming\bibendovsky\eaxefx).

10 - Compiling requirements

Common:

  • Windows 32/64-bit build target.

Minimum:

  • CMake v3.8.2
  • C++17 compatible compiler.

11 - FAQ

Q: There is a subtle difference in audio when using the wrapper.

A: Search driver's documentation about amplifying EAX properties.
In case of OpenAL Soft it's boost option in reverb section.
Example of alsoft.ini:

[reverb]
boost = 8

12 - Third party use

  • OpenAL Soft
    See file eaxefx_openal_soft_license.txt for license information.

13 - Disclaimer

Copyright (c) 2020-2021 Boris I. Bendovsky ([email protected]) and Contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.