@@ -7,7 +7,7 @@ | |||
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. | |||
* Replace `ieee80.c` with the implementation at | |||
@@ -19,6 +19,10 @@ The espeak-ng project is a fork of the espeak project. | |||
* Extend `--compile-phoneme` to support specifying the source directory for | |||
phoneme files. | |||
* 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: | |||
@@ -41,11 +41,11 @@ various releases and with the eSpeak project. | |||
### 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 | |||
* [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 | |||
__NOTE:__ SAPI 5 voices are not currently available in this release of eSpeak NG. |
@@ -1,2 +1,2 @@ | |||
// This is created by autoconf on POSIX-compatibe build environments. | |||
#define PACKAGE_VERSION "1.49.0" | |||
#define PACKAGE_VERSION "1.49.1" |
@@ -9,4 +9,4 @@ | |||
#define _CRT_NONSTDC_NO_DEPRECATE | |||
// This is created by autoconf on POSIX-compatibe build environments. | |||
#define PACKAGE_VERSION "1.49.0" | |||
#define PACKAGE_VERSION "1.49.1" |