From 293c0ef88f76dc00fbcdbbbef7d130ca4e938dfb Mon Sep 17 00:00:00 2001 From: oparviai Date: Sun, 12 Dec 2010 19:22:50 +0000 Subject: [PATCH] Updated readme.html file --- README.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.html b/README.html index d5d9903..d9c696c 100644 --- a/README.html +++ b/README.html @@ -15,7 +15,8 @@

SoundTouch audio processing library v1.5.1pre

-

SoundTouch library Copyright © Olli Parviainen 2001-2009 +

SoundTouch library Copyright © Olli Parviainen + 2001-2010


1. Introduction @@ -356,7 +357,7 @@

4. SoundStretch audio processing utility

SoundStretch audio processing utility
- Copyright (c) Olli Parviainen 2002-2009

+ Copyright (c) Olli Parviainen 2002-2010

SoundStretch is a simple command-line application that can change tempo, pitch and playback rates of WAV sound files. This program is intended primarily to demonstrate how the "SoundTouch" library can be used to process sound in your @@ -372,7 +373,7 @@ -

"infilename"
+
"infilename"
Name of the input sound data file (in .WAV audio file format). Give "stdin" as filename to use standard input pipe. @@ -380,7 +381,7 @@ -
"outfilename"
+
"outfilename"
Name of the output sound file where the resulting sound is saved (in .WAV audio file format). This parameter may be omitted if you  don't @@ -518,7 +519,12 @@ adapt BPM calculation  to different types of music
  • Retired 3DNow! optimization support as 3DNow! is nowadays obsolete and - assembler code is nuisance to maintain.
  • + assembler code is nuisance to maintain. +
  • + Updated windows build scripts & project files for Visual + Studio 2008 support
  • +
  • + Updated SoundTouch.dll API for .NET compatibility
  • 1.5.0: