Giter VIP home page Giter VIP logo

Comments (5)

bibendovsky avatar bibendovsky commented on June 4, 2024
  • The first file, "eaxefx_driver.dll", is not in any binary release, where to get this file?

  • No issues with the second file

The wrapper loads only the first found driver.
In your case it's dsoal-aldrv.dll.


3\. soft_oal.dll is also not in any binary release

The latest version definitely contains OpenAL Soft driver (soft_oal.dll).

image


for now I've gotten them from openal-soft.org but not sure if you meant to package a specific version with your releases since the instructions don't point to that site.

Versions above v1.20.x should work fine from that site.


But It's not doing any effects as far as I can tell (game does detect eax as available).

Try to boost reverb for OpenAL Soft.

Here is a sample of alsoft.ini:

[reverb]
boost = 8

from eaxefx.

atrHusK avatar atrHusK commented on June 4, 2024

Your reverb boost did the trick! :-)

And... Dang, I mixed up my filenames, it was dsoal-aldrv.dll that was missing so initially the log file said

[2021-04-17 23:24:05.216] [EAXEFX] [I] Load AL driver.
[2021-04-17 23:24:05.216] [EAXEFX] [I] Try to load a driver "eaxefx_driver.dll".
[2021-04-17 23:24:05.216] [EAXEFX] [E] [WIN32_SHARED_LIBRARY] LoadLibraryW failed.
[2021-04-17 23:24:05.216] [EAXEFX] [I] Try to load a driver "dsoal-aldrv.dll".
[2021-04-17 23:24:05.216] [EAXEFX] [E] [WIN32_SHARED_LIBRARY] LoadLibraryW failed.
[2021-04-17 23:24:05.216] [EAXEFX] [I] Try to load a driver "soft_oal.dll".
[2021-04-17 23:24:05.220] [EAXEFX] [I] Load AL symbols (AL 1.1; ALC 1.1; EFX 1.0).
[2021-04-17 23:24:05.220] [EAXEFX] [I] Create EAXX.
[2021-04-17 23:24:05.226] [EAXEFX] [I] Open device "OpenAL Soft".
[2021-04-17 23:24:38.659] [EAXEFX] [I] Close device.

I then added dsoal from http://vaporeon.io/hosted/dsoal-builds/dsoal-latest.7z

Looks like that file is a renamed soft_oal.dll, both claim to be OpenAL 1.21.1 altough not binary equal (prob different compilation)

from eaxefx.

atrHusK avatar atrHusK commented on June 4, 2024

I still wonder about that eaxefx_driver.dll, I can't seem to find a source for it other than your page.
Is that also a renamed soft_oal.dll perhaps?

from eaxefx.

bibendovsky avatar bibendovsky commented on June 4, 2024

And... Dang, I mixed up my filenames, it was dsoal-aldrv.dll that was missing so initially the log file said

No. Your first log indicates the driver named as dsoal-aldrv.dll was found by the wrapper.

I still wonder about that eaxefx_driver.dll, I can't seem to find a source for it other than your page.
Is that also a renamed soft_oal.dll perhaps?

Yes. Multiple names just for convenience.
You may have all three drivers at once but only one will be used.

from eaxefx.

atrHusK avatar atrHusK commented on June 4, 2024

thanks 👍

from eaxefx.

Related Issues (20)

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.