This patch removes the old audaspace from Blender and instead adds 1.3 to the extern library directory.
Changes from the old audaspace:
- The whole library was refactored to use C++11.
- This brings a lot of stability and speed improvements.
- The Python API has major improvements, including features that were requested by Blender users for a while already.
- In terms of the Blender UI the only change probably is if OpenAL reports multiple available devices, they can choose from those in the user settings.
- Changelog since Audaspace 1.0 (the first C++11 version) can be found here: https://github.com/audaspace/audaspace/blob/master/CHANGES
What needs to be done:
- check if it works for Windows
- check if it works for MacOS
- check if it works for release builds
- check if everything is fine how I did it