adamschackart / AXLE3D

A modular collection of game libraries for Python and/or C++.
20 stars 1 forks source link

al_core #7

Open adamschackart opened 7 years ago

adamschackart commented 7 years ago

Get OpenAL-soft working and get a good 3D sound API up and running. This should be possible without having to implement a sound-specific event system (just query if streaming music or a static sound effect is finished instead of firing an event). I'm also really interested in the possibility of dynamically-generated waveforms and realtime effects/processing (see https://www.youtube.com/watch?v=L4GuM15QOFE).