Giter VIP home page Giter VIP logo

Comments (1)

kcat avatar kcat commented on July 17, 2024 1

I'm not too keen on adding built-in prioritization of specific DLLs, since OpenAL Soft's router is intended to be vendor-neutral. Aside from prioritizing search paths (same path as the router dll, the current working directory, the executable/process path, then the system path), they're loaded in the order that Find[First/Next]FileW gets them. It aims to be thin and as hands-off as possible with the actual OpenAL drivers.

However, starting with commit 394e133, you can use the ALROUTER_ACCEPT and/or ALROUTER_REJECT environment variables to specify (comma-separated) dll names it can/can't load. For instance, setting ALROUTER_ACCEPT=soft_oal.dll will allow the router to load only soft_oal.dll as found in any of the searched paths, while ALROUTER_REJECT=wrap_oal.dll,ct_oal.dll will allow the router to load any dlls that aren't wrap_oal.dll or ct_oal.dll in any of the searched paths.

I do intend to do more for user-configuration of the router's behavior, including custom search paths and user-specified driver prioritization, but it's not there yet.

from openal-soft.

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.