Set version to 1.7.1

This commit is contained in:
oparviai 2012-12-28 19:32:59 +00:00
parent 46a7dc3c39
commit 7dea63e0e1
2 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@
</head> </head>
<body class="normal"> <body class="normal">
<hr> <hr>
<h1>SoundTouch audio processing library v1.7.0</h1> <h1>SoundTouch audio processing library v1.7.1</h1>
<p class="normal">SoundTouch library Copyright © Olli Parviainen 2001-2012 </p> <p class="normal">SoundTouch library Copyright © Olli Parviainen 2001-2012 </p>
<hr> <hr>
<h2>1. Introduction </h2> <h2>1. Introduction </h2>
@ -145,12 +145,12 @@ sstrip SoundTouch.dll</pre>
</blockquote> </blockquote>
<h3>2.1. Building in Android</h3> <h3>2.1. Building in Android</h3>
<p>Android compilation instructions are provided in a separate file included in the <p>Android compilation instructions are within the
source code package, see &quot;<b>source/Android-lib/README-SoundTouch-Android.html</b>&quot;.</p> source code package, see file &quot;<b>source/Android-lib/README-SoundTouch-Android.html</b>&quot;
in the package.</p>
<hr> <hr>
<h2>3. About implementation &amp; Usage tips/h2> <h2>3. About implementation &amp; Usage tips <h3>3.1. Supported sample data formats</h3>
<h3>3.1. Supported sample data formats</h3>
<p>The sample data format can be chosen between 16bit signed integer <p>The sample data format can be chosen between 16bit signed integer
and 32bit floating point values, the default is 32bit floating point. </p> and 32bit floating point values, the default is 32bit floating point. </p>
<p> In Windows environment, the sample data format is chosen in file <p> In Windows environment, the sample data format is chosen in file
@ -513,9 +513,9 @@ and estimates the BPM rate:</p>
<hr> <hr>
<h2>5. Change History</h2> <h2>5. Change History</h2>
<h3>55.1. SoundTouch library Change History </h3> <h3>55.1. SoundTouch library Change History </h3>
<p><b>1.7.0+development:</b></p> <p><b>11.7.1:</b></p>
<ul> <ul>
<li>Added example files for Android compilation </li> <li>Added example files for Android compilation /li>
</ul> </ul>
<p><b>1.7.0:</b></p> <p><b>1.7.0:</b></p>
<ul> <ul>

View File

@ -79,10 +79,10 @@ namespace soundtouch
{ {
/// Soundtouch library version string /// Soundtouch library version string
#define SOUNDTOUCH_VERSION "1.7.0" #define SOUNDTOUCH_VERSION "1.7.1"
/// SoundTouch library version id /// SoundTouch library version id
#define SOUNDTOUCH_VERSION_ID (10700) #define SOUNDTOUCH_VERSION_ID (10701)
// //
// Available setting IDs for the 'setSetting' & 'get_setting' functions: // Available setting IDs for the 'setSetting' & 'get_setting' functions: