1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00

Updated documentation

This commit is contained in:
oparviai 2017-07-25 14:26:50 +00:00
parent 59e6726118
commit bd0a806285
2 changed files with 12 additions and 1 deletions

View File

@ -578,6 +578,8 @@ this corresponds to lowering the pitch by -0.318 semitones:</p>
<li>Bugfix: Fixed a glitch that could cause negative array indexing in quick seek algorithm</li>
<li>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.</li>
<li>Bugfix: Pi value had incorrect 9th/10th decimals</li>
<li>Added C# example application that uses SoundTouch dll library for
processing MP3 files</li>
</ul>
<p><b>1.9.2:</b></p>
<ul>
@ -887,6 +889,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
$Id$
-->
<p>
<i>README.html file updated in Nov-2015</i></p>
<i>README.html file updated in July-2017</i></p>
</body>
</html>

View File

@ -0,0 +1,9 @@
csharp-example
==============
Copyright (c) Olli Parviainen
This is a C# example application that plays MP3 audio file and
uses SoundTouch.dll library for adjusting the sound in real-time.
The example uses NAudio library for MP3 file reading and audio playback.
See NAudio-readme.txt and NAudio-license.txt for NAudio information.