From fbc2ace4403b1c6ae06ba707b73c873851cbce6d Mon Sep 17 00:00:00 2001
From: oparviai
+ The GNU compilation does not automatically create a shared-library version of
+ SoundTouch (.so or .dll). If such is desired, then you can create it as follows
+ after running the usual compilation:
+#define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS 1
2.2.3 Compiling Shared Library / DLL version
+
+
+
g++ -shared -static -DDLL_EXPORTS -I../../include -o SoundTouch.dll \
+ SoundTouchDLL.cpp ../SoundTouch/.libs/libSoundTouch.a
+strip SoundTouch.dll
+
3. About implementation & Usage tips
3.1. Supported sample data formats
@@ -710,16 +721,18 @@ submitted bugfixes since SoundTouch v1.3.1:
Moral greetings to all other contributors and users also!
+ README.html file updated on 29-Sep-2012