forked from zaf/Asterisk-eSpeak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
56 lines (44 loc) · 1.87 KB
/
ChangeLog
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
52
53
54
55
56
2018-08-01 Lefteris Zafiris <[email protected]> - 5.0-rc1
Use espeak-ng for speech synthesis.
2017-08-12 Lefteris Zafiris <[email protected]> - 4.0
Compatibility with asterisk 14 and 15.
2016-03-19 Lefteris Zafiris <[email protected]> - 3.0
Removed the dependency to libsndfile.
Better error checking during espeak initialisation.
Better handling of temp files.
2015-05-17 Lefteris Zafiris <[email protected]> - 2.2
Released stable version 2.2
Code cleanups. Better error handling in config file
parsing.
2012-08-19 Lefteris Zafiris <[email protected]> - 2.2-rc1
Fixed compatibility with asterisk 11
Minor code cleanups and fixes.
2011-11-11 Lefteris Zafiris <[email protected]> - 2.1
Released stable version 2.1
2011-10-21 Lefteris Zafiris <[email protected]> - 2.1-rc4
Changed config file handling. Config values are
read once during module loading. Added option for
module reload that re-reads the config values.
Makefile updates.
2011-09-03 Lefteris Zafiris <[email protected]> - 2.1-rc3
Changed output file format to raw signed lineral. This
adds support for 16kHz sound playback in asterisk 1.6.
Added checks for text input length.
2011-09-03 Lefteris Zafiris <[email protected]> - 2.1-rc2
Better error handling.
Using mkstemps() for safer temp file name generation,
instead of ast_random().
Using ast_malloc() instead of malloc().
Increased internal espeak synth buffer to 2sec.
2011-08-27 Lefteris Zafiris <[email protected]> - 2.1-rc1
Switched to libsamplerate for resampling. Resampling
now is much faster.
Major code cleanup.
2011-08-19 Lefteris Zafiris <[email protected]> - 2.0
Added option for generating 16000Hz sound files.
2009-11-06 Lefteris Zafiris <[email protected]> - 1.6.0.1
Released as stable.
Fixed a bug in argument parsing that could
cause asterisk to crash.
2009-09-02 Lefteris Zafiris <[email protected]> - 1.6-0.1-beta
Initial release 1.6-0.1-beta