Closed paulocoutinhox closed 11 months ago
can switch to AX_USE_ALSOFT=ON
I can use this inside my CMakeLists.txt
using set(AX_USE_ALSOFT ON)
? Or have another way to do this?
set(AX_USE_ALSOFT ON CACHE BOOL "Use ALSOFT on apple" FORCE)
should work. Just remember to clear the [build_folder]/CMakeCache.txt
and re-run the cmake command after you do this (via axmol build ...
etc.).
see also readme
Is your feature request related to a problem? Please describe.
Hi,
Xcode is warning about OpenAL deprecation (macOS, iOS and tvOS).
Example:
Describe the solution you'd like
OpenAL was deprecated. Make axmol compatible with AVAudioEngine.
https://developer.apple.com/documentation/ios-ipados-release-notes/ios-13-release-notes#Deprecations
Thanks.