From 46a7dc3c39cb05a33a8ff7a2eb73295811b3455f Mon Sep 17 00:00:00 2001 From: oparviai Date: Fri, 28 Dec 2012 14:53:56 +0000 Subject: [PATCH] Added files for Android example compilation --- README.html | 18 +++++++++++++----- include/STTypes.h | 12 ++++++++++-- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/README.html b/README.html index fc4c0aa..91ddc27 100644 --- a/README.html +++ b/README.html @@ -141,11 +141,15 @@ directly and remove the following definition:
g++ -shared -static -DDLL_EXPORTS -I../../include -o SoundTouch.dll \
      SoundTouchDLL.cpp ../SoundTouch/.libs/libSoundTouch.a
-strip SoundTouch.dll
+sstrip SoundTouch.dll
+

2.1. Building in Android

+

Android compilation instructions are provided in a separate file included in the + source code package, see "source/Android-lib/README-SoundTouch-Android.html".

+
-

3. About implementation & Usage tips

+

3. About implementation & Usage tips/h2>

3.1. Supported sample data formats

The sample data format can be chosen between 16bit signed integer and 32bit floating point values, the default is 32bit floating point.

@@ -508,10 +512,14 @@ and estimates the BPM rate:


5. Change History

-

5.1. SoundTouch library Change History

+

55.1. SoundTouch library Change History

+

1.7.0+development:

+

1.7.0: