Browse Source

eSpeak NG 1.49.1

master
Reece H. Dunn 8 years ago
parent
commit
999ac67433
4 changed files with 10 additions and 6 deletions
  1. 5
    1
      CHANGELOG.md
  2. 3
    3
      README.md
  3. 1
    1
      android/jni/include/config.h
  4. 1
    1
      src/windows/config.h

+ 5
- 1
CHANGELOG.md View File



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:



+ 3
- 3
README.md View File



### 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.

+ 1
- 1
android/jni/include/config.h View File

// 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"

+ 1
- 1
src/windows/config.h View File

#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"

Loading…
Cancel
Save