diff --git a/README.html b/README.html index 450b5b0..110dd65 100644 --- a/README.html +++ b/README.html @@ -133,6 +133,17 @@ directly and remove the following definition:
#define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS 1
+

2.2.3 Compiling Shared Library / DLL version

+

+ 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:

+
+
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:

  • David Clark
  • Patrick Colis
  • Miquel Colon
  • +
  • Sandro Cumerlato
  • Justin Frankel
  • Jason Garland
  • Takashi Iwai
  • +
  • Mathias Möhl
  • Yuval Naveh
  • Paulo Pizarro
  • -
  • Blaise Potard
  • +
  • Blaise Potard
  • RJ Ryan
  • John Sheehy
  • -
  • Tim Shuttleworth
  • -
  • Katja Vetter
  • +
  • Tim Shuttleworth
  • +
  • Katja Vetter
  • Moral greetings to all other contributors and users also!


    @@ -739,5 +752,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


    +

    + README.html file updated on 29-Sep-2012