# HG changeset patch # User Chris Cannam # Date 1400259784 -3600 # Fri May 16 18:03:04 2014 +0100 # Node ID c030efec5b12f9014f3945ccaea3ce4945ece94f # Parent 66568cc047ad9dd706e1b8050ded8678f64b76c0 Minor edits diff --git a/README b/README --- a/README +++ b/README @@ -9,8 +9,9 @@ Rubber Band Library from Java code in an Android application. It is *not* an example of how to write an Android application! The -Android-specific code is absolutely not something that you should -refer to in your own work. +Android-specific Java code here is absolutely not something that you +should refer to in your own work. This is simply an illustration of +the use of the JNI (Android NDK) interface. To build: @@ -18,11 +19,11 @@ $ ant debug $ ant debug install -The application simply pops up a window with Play and Stop buttons and -plays a canned audio file, slowed down. The file itself is loaded (in -a raw format) from an app resource. Loading audio files and managing -the UI is outside the scope of this library. +The application simply pops up an ugly window with Play and Stop +buttons and plays a canned audio file, slowed down. The file itself is +loaded (in a raw format) from an app resource. Loading audio files and +managing the UI is outside the scope of this library. The example code is public domain; the Rubber Band Library licence is -documented separately. +documented separately (see http://www.breakfastquay.com/rubberband/).