Small and easy to understand OpenAL examples written in C++
There really aren't any good up-to-date examples or tutorials regarding the use of OpenAL out there, I figured things out and I want to share that knowledge with everyone that needs it.
If you've got any improvements or fixes go right ahead and create an issue or pull request, please keep code formatting similar to existing one to keep things readable.
Uses OpenAL-Soft https://github.com/kcat/openal-soft by kcat
Uses dr_libs https://github.com/mackron/dr_libs by mackron
Licensed under the MIT License, see LICENSE