forked from borsboom/vocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
51 lines (34 loc) · 1.27 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
$Id: CHANGES.txt,v 1.6 2002/09/20 02:30:51 emanuel Exp $
-------------------
1.0 (December 1996)
-------------------
Official release. Works flawlessly (yeah, right).
--------------------
1.0.1 (January 1997)
--------------------
Minor changes to fft/error.c to allow to make definitions of emalloc() and
ecalloc() agree with the prototyes.
Updated the README to reflect the existance of a MacOS version (which is
a bit different from the others).
----------------
1.1b1 (July 1998)
----------------
Mostly re-written.
Support for AIFF files.
Dramatic reduction in memory use. Amount of memory used is now proportional
to the window length instead of the size of the input files.
Improved quality. S's and T's come out much more clearly.
Chanks to Tero Karras <[email protected]> for the tip!
Intelligent defaults for most of the command-line arguments.
The Java version has been discontinued.
-------------------
1.2 (March 1999)
-------------------
If no command-line arguments are passed, it will ask the user for the
values of all the parameters.
A small off-by-one error has been fixed. Thanks to Matthew Frank Toews
<[email protected]> for pointing it out to me.
-------------------
1.3 (September 2002)
-------------------
Added GUI version for Win32.