Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soundtouch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2014-04-06 20:04:42 +0400
committeroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2014-04-06 20:04:42 +0400
commit1b67aea62b0f3532663af5e2cb3f8e6b3e53d566 (patch)
tree7485a1035a29ca1fc2677953866ef7c058dc8807
parent5519038229a9820577a96b26c4e395a870ae52e2 (diff)
Replaced custom 'BOOL' type with C++ 'bool'
-rw-r--r--README.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.html b/README.html
index 6fc9402..3d29c41 100644
--- a/README.html
+++ b/README.html
@@ -8,14 +8,12 @@
<meta name="author" content="Olli Parviainen">
<meta name="description"
content="Readme file for SoundTouch audio processing library">
- <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
<style> <!-- .normal { font-family: Arial }
--></style>
</head>
<body class="normal">
<hr>
-<h1>SoundTouch audio processing library v1.8.0</h1>
+<h1>SoundTouch audio processing library v1.8.1pre</h1>
<p class="normal">SoundTouch library Copyright © Olli Parviainen 2001-2014</p>
<hr>
<h2>1. Introduction </h2>
@@ -505,6 +503,11 @@ and estimates the BPM rate:</p>
<hr>
<h2>5. Change History</h2>
<h3>5.1. SoundTouch library Change History </h3>
+<p><b>1.8.1pre:</b></p>
+<ul>
+ <li>Replaced Windows-like 'BOOL' types with native 'bool'</li>
+ <li>Fixed bug in Android.mk make file</li>
+</ul>
<p><b>1.8.0:</b></p>
<ul>
<li>Added support for multi-channel audio processing</li>
@@ -751,9 +754,10 @@ submitted bugfixes since SoundTouch v1.3.1: </p>
<li> Takashi Iwai </li>
<li> Mathias Möhl</li>
<li> Yuval Naveh </li>
- <li> Paulo Pizarro </li>
+ <li> Paulo Pizarro</li>
<li> Blaise Potard</li>
- <li> RJ Ryan </li>
+ <li> Michael Pruett</li>
+ <li> RJ Ryan</li>
<li> John Sheehy</li>
<li> Tim Shuttleworth</li>
<li> John Stumpo</li>
@@ -778,6 +782,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
<hr><!--
$Id$ -->
<p>
- <i>RREADME.html file updated on 7-Jan-2014</i></p>
+ <i>README.html file updated on April-2014</i></p>
</body>
</html>