Goshido / android-vulkan

This repository is a project for learning Vulkan API, constraint based 3D physics, Lua scripting, spatial sound rendering, HTML+CSS UI rendering.
30 stars 3 forks source link

3D audio #45

Closed Goshido closed 1 year ago

Goshido commented 1 year ago

At this moment Android OS does not provide any out of box solution for rendering spatial audio. For example like XAudio 2.9 on Windows. So it's need to implement similar system. The mandatory feature set is the following:

Goshido commented 1 year ago

All goals have been achieved. Closing task.