OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
315 stars 26 forks source link

Background music streaming is broken #47

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago

This needs the second thread and audio events probably. It will probably also need a proper way of setting different buffer portions. However, I'm not sure if there is a thing such as alBufferSubData. A workaround would be to just split all sources into seperate buffers.

Not too hard when doing it hacky probably.