diff --git a/README.html b/README.html
index 5774dba..cdb43a8 100644
--- a/README.html
+++ b/README.html
@@ -13,7 +13,7 @@
-SoundTouch audio processing library v1.9.3pre
+SoundTouch audio processing library v2.0
SoundTouch library Copyright © Olli Parviainen 2001-2017
1. Introduction
@@ -55,6 +55,9 @@ 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.
+C# example: The source code package includes also a C# example
+ application for Windows that shows how to invoke SoundTouch.dll
+ dynamic-load library for processing mp3 audio.
OpenMP NOTE: If activating the OpenMP parallel computing in
the compilation, the target program will require additional vcomp dll library to
properly run. In Visual C++ 9.0 these libraries can be found in the following
@@ -156,7 +159,7 @@ directly and remove the following definition:
sstrip SoundTouch.dll
-2.1. Building in Android
+2.3. Building in Android
Android compilation instructions are within the
source code package, see file "source/Android-lib/README-SoundTouch-Android.html"
in the source code package.
@@ -570,7 +573,7 @@ this corresponds to lowering the pitch by -0.318 semitones:
5. Change History
5.1. SoundTouch library Change History
- 1.9.3:
+ 2.0:
- Added functions to get initial processing latency, duration ratio between the original input and processed output tracks, and clarified reporting of input/output batch sizes
- Fixed issue that added brief sequence of silence to beginning of output audio
@@ -578,8 +581,7 @@ this corresponds to lowering the pitch by -0.318 semitones:
- Bugfix: Fixed a glitch that could cause negative array indexing in quick seek algorithm
- Bugfix: flush() didn't properly flush final samples from the pipeline on 2nd time in case that soundtouch object instance was recycled and used for processing a second audio stream.
- Bugfix: Pi value had incorrect 9th/10th decimals
- - Added C# example application that uses SoundTouch dll library for
- processing MP3 files
+ - Added C# example application that uses SoundTouch dll library for processing MP3 files
1.9.2:
@@ -854,7 +856,7 @@ submitted bugfixes:
- Takashi Iwai
- Thomas Klausner
- Tony Mechelynck
- - Mathias Möhl
+ - Mathias Möhl
- Yuval Naveh
- Mats Palmgren
- Chandni Patel
@@ -867,6 +869,7 @@ submitted bugfixes:
- John Sheehy
- Tim Shuttleworth
- Albert Sirvent
+ - Tyson Smith
- John Stumpo
- Katja Vetter
diff --git a/configure.ac b/configure.ac
index 14fbbf4..c137c02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl this program; if not, write to the Free Software Foundation, Inc., 59 Temple
dnl Place - Suite 330, Boston, MA 02111-1307, USA
# Process this file with autoconf to produce a configure script.
-AC_INIT([SoundTouch], [1.9.2], [http://www.surina.net/soundtouch])
+AC_INIT([SoundTouch], [2.0.0], [http://www.surina.net/soundtouch])
dnl Default to libSoundTouch.so.$LIB_SONAME.0.0
LIB_SONAME=1
AC_SUBST(LIB_SONAME)
diff --git a/include/SoundTouch.h b/include/SoundTouch.h
index 50decc6..51c3389 100644
--- a/include/SoundTouch.h
+++ b/include/SoundTouch.h
@@ -79,10 +79,10 @@ namespace soundtouch
{
/// Soundtouch library version string
-#define SOUNDTOUCH_VERSION "1.9.3pre"
+#define SOUNDTOUCH_VERSION "2.0.0"
/// SoundTouch library version id
-#define SOUNDTOUCH_VERSION_ID (10903)
+#define SOUNDTOUCH_VERSION_ID (20000)
//
// Available setting IDs for the 'setSetting' & 'get_setting' functions:
diff --git a/source/SoundStretch/main.cpp b/source/SoundStretch/main.cpp
index 51e1f8e..4241833 100644
--- a/source/SoundStretch/main.cpp
+++ b/source/SoundStretch/main.cpp
@@ -65,7 +65,7 @@ using namespace std;
static const char _helloText[] =
"\n"
- " SoundStretch v%s - Written by Olli Parviainen 2001 - 2015\n"
+ " SoundStretch v%s - Copyright (c) Olli Parviainen 2001 - 2017\n"
"==================================================================\n"
"author e-mail: