Giter VIP home page Giter VIP logo

Comments (2)

kcat avatar kcat commented on August 17, 2024

The biggest hurdle will be finding a C++17 compiler that can target old OSs like that. As far as the codebase is concerned, there's generic fallbacks that don't rely on CPU-specific behavior, but it will depend on C++ standard features like atomics and threads being available.

I could also imagine performance being an issue, given slower CPUs that also lack SIMD extensions, but maybe it'll be fine if things are kept turned down (use few sources, avoid filters/effects and post-processing features, etc).

from openal-soft.

Allanon41 avatar Allanon41 commented on August 17, 2024

Maybe this? https://stackoverflow.com/questions/38243718/how-can-i-target-windows-98

I've used DSOAL back in the day (5 years) on an old crap blu brand Android using ExaGear. It was really great getting Diablo 2 to use EAX plus the hrtf stuff made the game really come alive. I'm specifically trying use on iOS now which has all kinds of CPU extensions (NEON especially). But now that i think of it that might not pass through dosbox-pure environment. But yes I was able to tweak the performance. I seen something about minGW compiler too.

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.