Enable AAUDIO driver for Android

I thought this was already enabled for 2.0.16, but apparently not.

Fixes https://github.com/libsdl-org/SDL/issues/3710
This commit is contained in:
Sam Lantinga
2021-08-10 14:50:43 -07:00
parent 016b02f24c
commit 6810399352
5 changed files with 20 additions and 3 deletions

View File

@@ -1,6 +1,13 @@
This is a list of major changes in SDL's version history.
---------------------------------------------------------------------------
2.0.18:
---------------------------------------------------------------------------
Android:
* Added support for audio output and capture using AAudio
---------------------------------------------------------------------------
2.0.16:
---------------------------------------------------------------------------
@@ -30,7 +37,6 @@ Linux:
* Added the hint SDL_HINT_AUDIO_DEVICE_STREAM_ROLE to describe the role of your application for audio control panels
Android:
* Added support for audio output and capture using AAudio
* Added SDL_AndroidShowToast() to show a lightweight notification
iOS: