mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-08 20:12:27 +01:00
Updated documentation
This commit is contained in:
parent
59e6726118
commit
bd0a806285
@ -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>
|
||||
|
9
source/csharp-example/README.txt
Normal file
9
source/csharp-example/README.txt
Normal 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.
|
Loading…
Reference in New Issue
Block a user