Use OpenSL over AAudio

AAudio lacks support for multiple streams on some devices, whereas OpenSL doesn't.
This commit is contained in:
Billy Laws 2023-03-15 22:02:52 +00:00
parent 7d573db80b
commit 653bfba23b
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ add_subdirectory("libraries/opus")
target_compile_definitions(opus PRIVATE OPUS_WILL_BE_SLOW=1) # libopus will warn when built without optimizations
# Cubeb
set(USE_AAUDIO ON)
set(USE_OPENSL ON)
set(USE_SANITIZERS OFF)
set(BUNDLE_SPEEX ON)
add_subdirectory("libraries/cubeb")

@ -1 +1 @@
Subproject commit 645cb10fb1e73a0bdfc0d3693087201845f8195c
Subproject commit bbf2b224ef7e8f6dde71c8137ca8aca6f14d626c