Update README for 1.9.1

This commit is contained in:
oparviai 2015-09-08 07:11:41 +00:00
parent 8c06711f86
commit 04b96e6b52

View File

@ -13,7 +13,7 @@
</head> </head>
<body class="normal"> <body class="normal">
<hr> <hr>
<h1>SoundTouch audio processing library v1.9.1-pre</h1> <h1>SoundTouch audio processing library v1.9.1</h1>
<p class="normal">SoundTouch library Copyright © Olli Parviainen 2001-2015</p> <p class="normal">SoundTouch library Copyright © Olli Parviainen 2001-2015</p>
<hr> <hr>
<h2>1. Introduction </h2> <h2>1. Introduction </h2>
@ -172,7 +172,8 @@ Android devices.</p>
<hr> <hr>
<h2>3. About implementation &amp; Usage tips <h3>3.1. Supported sample data formats</h3> <h2>3. About implementation &amp; Usage tips <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 format,
which will also provide slightly better sound quality over the integer format. </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
"STTypes.h" by choosing one of the following defines:</p> "STTypes.h" by choosing one of the following defines:</p>
<ul> <ul>
@ -566,10 +567,12 @@ this corresponds to lowering the pitch by -0.318 semitones:</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.9.1-pre:</b></p> <p><b>1.9.1:</b></p>
<ul> <ul>
<li>Improved SoundTouch::flush() function so that it returns precisely the desired amount of samples for exact output duration control</li> <li>Improved SoundTouch::flush() function so that it returns precisely the desired amount of samples for exact output duration control</li>
<li>Redesigned quickseek algorithm for improved sound quality when using the quickseek mode. The new quickseek algorithm can find 99% as good results as the default full-scan mode.</li> <li>Redesigned quickseek algorithm for improved sound quality when using the quickseek mode. The new quickseek algorithm can find 99% as good results as the
default full-scan mode, while the quickseek algorithm is remarkable less
CPU intensive.</li>
<li>Added adaptive integer divider scaling for improved sound quality when using integer processing algorithm <li>Added adaptive integer divider scaling for improved sound quality when using integer processing algorithm
</li> </li>
</ul> </ul>
@ -862,6 +865,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
$Id$ $Id$
--> -->
<p> <p>
<i>README.html file updated in May-2015</i></p> <i>README.html file updated in Sep-2015</i></p>
</body> </body>
</html> </html>