The espeak-ng project is a fork of the espeak project. | The espeak-ng project is a fork of the espeak project. | ||||
### 1.49.1 - (In Development) | |||||
### 1.49.1 - 2017-01-21 | |||||
* Vim syntax support for rule files. | * Vim syntax support for rule files. | ||||
* Replace `ieee80.c` with the implementation at | * Replace `ieee80.c` with the implementation at | ||||
* Extend `--compile-phoneme` to support specifying the source directory for | * Extend `--compile-phoneme` to support specifying the source directory for | ||||
phoneme files. | phoneme files. | ||||
* Support using any directory as the data home, not just `espeak-ng-data`. | * Support using any directory as the data home, not just `espeak-ng-data`. | ||||
* Don't install the `default` voice: use `en` as the default voice. | |||||
__NOTE:__ The merger of the Android code is currently experimental. It is | |||||
missing support for recognising Unicode characters. | |||||
bug fixes: | bug fixes: | ||||
### Binaries | ### Binaries | ||||
The Windows version of eSpeak NG 1.49.0 is available as: | |||||
The Windows version of eSpeak NG 1.49.1 is available as: | |||||
* [espeak-ng-x64.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.0/espeak-ng-x64.msi) -- | |||||
* [espeak-ng-x64.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.1/espeak-ng-x64.msi) -- | |||||
64-bit Windows installer | 64-bit Windows installer | ||||
* [espeak-ng-x86.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.0/espeak-ng-x86.msi) -- | |||||
* [espeak-ng-x86.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.1/espeak-ng-x86.msi) -- | |||||
32-bit Windows installer | 32-bit Windows installer | ||||
__NOTE:__ SAPI 5 voices are not currently available in this release of eSpeak NG. | __NOTE:__ SAPI 5 voices are not currently available in this release of eSpeak NG. |
// This is created by autoconf on POSIX-compatibe build environments. | // This is created by autoconf on POSIX-compatibe build environments. | ||||
#define PACKAGE_VERSION "1.49.0" | |||||
#define PACKAGE_VERSION "1.49.1" |
#define _CRT_NONSTDC_NO_DEPRECATE | #define _CRT_NONSTDC_NO_DEPRECATE | ||||
// This is created by autoconf on POSIX-compatibe build environments. | // This is created by autoconf on POSIX-compatibe build environments. | ||||
#define PACKAGE_VERSION "1.49.0" | |||||
#define PACKAGE_VERSION "1.49.1" |