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: