From b99198c1fe3c82d5e9e0e9347e1b94c9e77ac916 Mon Sep 17 00:00:00 2001 From: oparviai Date: Mon, 28 Dec 2009 20:10:14 +0000 Subject: [PATCH] SoundTouch release 1.5.0 - updated version info and change log --- README.html | 34 +++++++++++++++++++---- include/SoundTouch.h | 4 +-- source/SoundTouchDLL/SoundTouchDLL.rc | 10 +++---- source/SoundTouchDLL/SoundTouchDLL.vcproj | 3 ++ 4 files changed, 39 insertions(+), 12 deletions(-) diff --git a/README.html b/README.html index 2c3c41d..3b77074 100644 --- a/README.html +++ b/README.html @@ -18,7 +18,7 @@
-

SoundTouch audio processing library v1.4.1pre +

SoundTouch audio processing library v1.5.0

SoundTouch library Copyright (c) Olli Parviainen 2002-2009

@@ -61,9 +61,8 @@ and perform a search with keywords "processor pack".

To build the binaries with Visual C++ compiler, either run "make-win.bat" script, or open the appropriate project files in source code directories with Visual -Studio. The final executable will appear under the "SoundTouch\bin" -directory. If using the Visual Studio IDE instead of the -make-win.bat script, directories bin and +Studio. The final executable will appear under the "SoundTouch\bin" +directory. If using the Visual Studio IDE instead of the make-win.bat script, directories bin and lib may need to be created manually to the SoundTouch package root for the final executables. The make-win.bat script creates these directories automatically. @@ -117,7 +116,8 @@ to compile in GNU/Linux platform. However, in past it's happened that new gcc versions aren't necessarily compatible with the assembler setttings used in the optimized routines. If you have problems getting the -SoundTouch library compiled, try the workaround of disabling the optimizations by editing the file "include/STTypes.h" and removing +SoundTouch library compiled, try the workaround of disabling the optimizations by editing the file +"include/STTypes.h" and removing the following definition there:

#define ALLOW_OPTIMIZATIONS 1
@@ -538,6 +538,30 @@ estimates the BPM rate:

5. Change History

5.1. SoundTouch library Change History

+

1.5.0:

+ +

1.4.1: