inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

Make sound backend play surround sound #337

Open a-teammate opened 8 years ago

a-teammate commented 8 years ago

The current sound distribution is stereo, but it respects only 2 channels. We use SDL2_Mixer which can not do that in house, so a switch to openAL would be required.

@obstriegel You meant you have been briefly looking into this, what is the state of your approach. Will you finish?

Croydon commented 8 years ago

Overlaps with #205. I have added this issue to it.

a-teammate commented 7 years ago

https://bitbucket.org/ewing/almixer/ seems like the highest level alternative we have.

a-teammate commented 7 years ago

Another one: https://github.com/matus-chochlik/oglplus/blob/develop/include/oalplus

This is a demo by obst: https://www.youtube.com/watch?v=y-Pa49D2fjc (You need to set the quality to very high to hear some difference)