Skip to content
Snippets Groups Projects
Commit 882be793 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

android/audio: add AAudio

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

AAudio is a native PCM-only audio API starting Android 8.0 (but enabled
in VLC starting Android 9.0 due to some bugs).

Having tested it with few device. The latency reported by this new API is
correct and without any irregularity, contrary to the
AudioTrack.getTimeStamp() API that is very broken.

Plus side, a huge gain of performance due to the absence of JNI C->JAVA->C++.
parent d9ae65b2
No related branches found
Tags v1.7.0-rc2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment