1
0
Fork 0
flightgear/3rdparty/hts_engine_API/NEWS
James Turner 7b2d710cd0 Add hts_engine 1.08 and flite_hts 1.05 code.
- Not compiled by default, nor hooked up to anything yet.
- Both libraries licensed under modified BSD license.
- Added top-level CMake file for both, to create a plain static
  library for each.
2014-03-10 09:32:43 +00:00

68 lines
1.6 KiB
Text

Version 1.08:
* support 64-bit machine.
* re-write excitation function.
* add some functions to get generated parameters and number of frames.
* add some functions for separating synthesis step.
* bug fixes.
Version 1.07:
* support new HTS voice format.
* add LSP postfilter.
* change volume unit to DB.
* add function to get generated speech.
* bug fixes.
Version 1.06:
* modify state duration calculation algorithm.
* change many function from void to boolean.
* change source format.
* bug fixes.
Version 1.05:
* support PortAudio for audio output.
Version 1.04:
* support C++ compiler.
* add low-pass filter stream.
* change definition of GV weights.
* add stop switch.
* add volume controller.
* bug fixes.
Version 1.03:
* add '-z' option to control audio buffer size.
* change PDF file format.
* bug fixes.
Version 1.02:
* context-dependent GV without silent and pause phoneme.
* buffer size control of audio output for Windows.
* makefiles for nmake of VC.
* save detail information.
* support singing voice synthesis.
* bug fixes.
Version 1.01:
* bug fixes.
* transfer site to SourceForge.
Version 1.00:
* bug fixes and performance improvements.
* support linear gain in addition to log gain for LSP-type parameters.
* first stable release.
Version 0.99:
* bug fixes.
* switch license to the New and Simplified BSD license.
Version 0.96:
* bug fixes.
* support flexible model structure.
* support LSP-type parameters.
Version 0.95:
* support GV.
Version 0.9:
* implement API-style hts_engine.
* support speaker-interpolation.