The espeak-ng project is a fork of the espeak project. | The espeak-ng project is a fork of the espeak project. | ||||
### 1.49.2 - (In Development) | |||||
### 1.49.2 - 2017-09-24 | |||||
* Provide more validation when reading phoneme tables and voice/language files. | * Provide more validation when reading phoneme tables and voice/language files. | ||||
* Removed support for phoneme equivalence tables. These were disabled in the | * Removed support for phoneme equivalence tables. These were disabled in the |
### Binaries | ### Binaries | ||||
The Windows version of eSpeak NG 1.49.1 is available as: | |||||
The Windows version of eSpeak NG 1.49.2 is available as: | |||||
* [espeak-ng-x64.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.1/espeak-ng-x64.msi) -- | |||||
* [espeak-ng-x64.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.2/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.1/espeak-ng-x86.msi) -- | |||||
* [espeak-ng-x86.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.2/espeak-ng-x86.msi) -- | |||||
32-bit Windows installer | 32-bit Windows installer | ||||
You also need to install the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145). | You also need to install the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145). |
// 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.2-dev" | |||||
#define PACKAGE_VERSION "1.49.2" |
AC_PREREQ([2.63]) | AC_PREREQ([2.63]) | ||||
AC_INIT([eSpeak NG], [1.49.2-dev], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng]) | |||||
AC_INIT([eSpeak NG], [1.49.2], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng]) | |||||
AM_INIT_AUTOMAKE() | AM_INIT_AUTOMAKE() | ||||
LT_INIT | LT_INIT | ||||
#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.2-dev" | |||||
#define PACKAGE_VERSION "1.49.2" |