]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/hts_engine_API/NEWS
FreeBSD fixes.
[flightgear.git] / 3rdparty / hts_engine_API / NEWS
1 Version 1.08:
2  * support 64-bit machine.
3  * re-write excitation function.
4  * add some functions to get generated parameters and number of frames.
5  * add some functions for separating synthesis step.
6  * bug fixes.
7
8 Version 1.07:
9  * support new HTS voice format.
10  * add LSP postfilter.
11  * change volume unit to DB.
12  * add function to get generated speech.
13  * bug fixes.
14
15 Version 1.06:
16  * modify state duration calculation algorithm.
17  * change many function from void to boolean.
18  * change source format.
19  * bug fixes.
20
21 Version 1.05:
22  * support PortAudio for audio output.
23
24 Version 1.04:
25  * support C++ compiler.
26  * add low-pass filter stream.
27  * change definition of GV weights.
28  * add stop switch.
29  * add volume controller.
30  * bug fixes.
31
32 Version 1.03:
33  * add '-z' option to control audio buffer size.
34  * change PDF file format.
35  * bug fixes.
36
37 Version 1.02:
38  * context-dependent GV without silent and pause phoneme.
39  * buffer size control of audio output for Windows.
40  * makefiles for nmake of VC.
41  * save detail information.
42  * support singing voice synthesis.
43  * bug fixes.
44
45 Version 1.01:
46  * bug fixes.
47  * transfer site to SourceForge.
48
49 Version 1.00:
50  * bug fixes and performance improvements.
51  * support linear gain in addition to log gain for LSP-type parameters.
52  * first stable release.
53
54 Version 0.99:
55  * bug fixes.
56  * switch license to the New and Simplified BSD license.
57
58 Version 0.96:
59  * bug fixes.
60  * support flexible model structure.
61  * support LSP-type parameters.
62
63 Version 0.95:
64  * support GV.
65
66 Version 0.9:
67  * implement API-style hts_engine.
68  * support speaker-interpolation.