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 - Implement AAudio for modern Android devices
Summary: Implement AAudio for modern Android devices
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: HG 2.0
Hardware: All Android (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-29 05:14 UTC by Ryan C. Gordon
Modified: 2020-05-29 05:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.