History log of /frameworks/ex/variablespeed/jni/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0e298c7c189e01412103e0d94c2dbffc98caf05b 08-May-2014 Ying Wang <wangying@google.com> Remove unused LOCAL_LDLIBS.

Change-Id: Ib380f4b91df6a01e666c9b9eef2d93d93c043fc0
/frameworks/ex/variablespeed/jni/Android.mk
a3b037722065668349e1da3dab26b5ce1509e553 10-Apr-2013 Ying Wang <wangying@google.com> Add liblog

Bug: 8580410
Change-Id: I64962c4175c8bb6e98cdd39efd3982d55082c66d
/frameworks/ex/variablespeed/jni/Android.mk
0bf0772111444b4b4d591344efc32c47f7646a5e 27-Mar-2012 Glenn Kasten <gkasten@google.com> Fix build

Change-Id: I998b4503bbc6b8ce2149e6801548749a54b237b2
/frameworks/ex/variablespeed/jni/Android.mk
b83ad73794088498d6d38cd3b4fc9311f505d051 15-Jul-2011 Hugo Hudson <hugohudson@google.com> Initial check-in of variable speed playback library.

Contains an implementation of time-domain audio scaler, for
pitch-invariant speed up and slow-down of audio.

Contains wrapper library using OpenSLES to pump audio from
encoded stream (mp3 file etc) through audio decoder then
through time scaler and out to media player.

This is written as a jni library with jni hooks to allow
driving of this from the Java side.

The other part of this cl is the Java wrapper. There is a
new interface MediaPlayerProxy, containing a subset of the
methods found on the MediaPlayer. The VariableSpeed class
provides a concrete implementation of this interface
adapting to the jni code.

Change-Id: I518d8bf703488628c00730241a08ebfb67588ca6
/frameworks/ex/variablespeed/jni/Android.mk