An adapter / interface implementation of the IAudioLibSwitcher interface (see AudioLibSwitcher for OpenAL-Soft.
When cloning, don't forget to use the flag --recurse-submodules. For example: git clone AudioLibSwitcher_OpenAL --recurse-submodules
When updating the submodule hash to the latest hash:
# First cd to repo root.
git submodule update --remote AudioLibSwitcher
git add AudioLibSwitcher
git commit -m "Updated the submodule to the latest changeset."
git push