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