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

@@ -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:


+ 3
- 3
README.md View File

@@ -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
- 1
android/jni/include/config.h View File

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

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

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

Loading…
Cancel
Save