Replaced custom 'BOOL' type with C++ 'bool'

This commit is contained in:
oparviai 2014-04-06 16:04:42 +00:00
parent e23bd6d093
commit 1da2f8e700

View File

@ -8,14 +8,12 @@
<meta name="author" content="Olli Parviainen"> <meta name="author" content="Olli Parviainen">
<meta name="description" <meta name="description"
content="Readme file for SoundTouch audio processing library"> 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> <!-- .normal { font-family: Arial }
--></style> --></style>
</head> </head>
<body class="normal"> <body class="normal">
<hr> <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> <p class="normal">SoundTouch library Copyright © Olli Parviainen 2001-2014</p>
<hr> <hr>
<h2>1. Introduction </h2> <h2>1. Introduction </h2>
@ -505,6 +503,11 @@ and estimates the BPM rate:</p>
<hr> <hr>
<h2>5. Change History</h2> <h2>5. Change History</h2>
<h3>5.1. SoundTouch library Change History </h3> <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> <p><b>1.8.0:</b></p>
<ul> <ul>
<li>Added support for multi-channel audio processing</li> <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> Takashi Iwai </li>
<li> Mathias Möhl</li> <li> Mathias Möhl</li>
<li> Yuval Naveh </li> <li> Yuval Naveh </li>
<li> Paulo Pizarro </li> <li> Paulo Pizarro</li>
<li> Blaise Potard</li> <li> Blaise Potard</li>
<li> RJ Ryan </li> <li> Michael Pruett</li>
<li> RJ Ryan</li>
<li> John Sheehy</li> <li> John Sheehy</li>
<li> Tim Shuttleworth</li> <li> Tim Shuttleworth</li>
<li> John Stumpo</li> <li> John Stumpo</li>
@ -778,6 +782,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
<hr><!-- <hr><!--
$Id$ --> $Id$ -->
<p> <p>
<i>RREADME.html file updated on 7-Jan-2014</i></p> <i>README.html file updated on April-2014</i></p>
</body> </body>
</html> </html>