We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5164

Summary: Implement AAudio for modern Android devices
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: audioAssignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: Android (All)   

Description Ryan C. Gordon 2020-05-29 05:14:13 UTC
Modern Android releases have an audio API called AAudio...

https://developer.android.com/ndk/guides/audio/aaudio/aaudio

...which is meant to be preferred over OpenSL ES. Implement this (leaving our OpenSL ES target as a fallback for older devices, of course).

--ryan.