[Android] Remove AudioTrack Java and use AudioTrack by default

Thomas Guillem git at videolan.org
Tue Feb 10 11:17:05 CET 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Feb  6 18:05:09 2015 +0100| [d952c252750b67718ad67800f74060306fc50c8a] | committer: Thomas Guillem

Remove AudioTrack Java and use AudioTrack by default

There is a new audiotrack module that use AudioTrack API by JNI.
Use it per default because of the problems we have with Open Sles.

AudioTrack (Java) and AudioTrack (Native) are now merged.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d952c252750b67718ad67800f74060306fc50c8a
---

 libvlc/jni/Android.mk                              |    2 +-
 libvlc/jni/aout.c                                  |  260 --------------------
 libvlc/jni/aout.h                                  |   35 ---
 libvlc/jni/libvlcjni.c                             |   27 +-
 libvlc/src/org/videolan/libvlc/AudioOutput.java    |   74 ------
 libvlc/src/org/videolan/libvlc/LibVLC.java         |   51 +---
 vlc-android/res/values/strings.xml                 |   15 +-
 vlc-android/res/xml/preferences.xml                |    3 +-
 .../org/videolan/vlc/gui/PreferencesActivity.java  |   26 +-
 9 files changed, 47 insertions(+), 446 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=d952c252750b67718ad67800f74060306fc50c8a


More information about the Android mailing list