Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 747 Bytes

Audio-Engine.md

File metadata and controls

16 lines (12 loc) · 747 Bytes

Introduction

As part of Inexor's overall refactoring strategy, it's audio engine will be redesigned and rewritten from the ground up build on OpenAL. Inexor currently still uses Cube2's old audio code.

Goals

  • Multithreading
  • Asynchronous resource loading
  • Class-based code design

GPU-based 3D sound propagation algorithm ?

Realistic 3D graphics in realtime are quite developed these days. 3D sound propagation however is still not really in the focus of development. Sadly there is no open source library for this to this day. Time to change this!

this1 this2 this3