Browse Source

Don't allow 'gender unknown' in voice/language files.

master
Reece H. Dunn 8 years ago
parent
commit
46cd5f48e1
2 changed files with 1 additions and 2 deletions
  1. 1
    1
      CHANGELOG.md
  2. 0
    1
      src/libespeak-ng/voices.c

+ 1
- 1
CHANGELOG.md View File

@@ -10,7 +10,7 @@ The espeak-ng project is a fork of the espeak project.
### 1.49.2 - (In Development)

* Support describing all IPA phonemes in the phoneme tables.
* Provide more validation when compiling phoneme tables.
* Provide more validation when reading phoneme tables and voice/language files.
* Removed support for phoneme equivalence tables. These were disabled in the
French and German language files.
* Allow pre- as well as post-jump rules in dictionary files.

+ 0
- 1
src/libespeak-ng/voices.c View File

@@ -44,7 +44,6 @@
#include "translate.h"

MNEM_TAB genders[] = {
{ "unknown", 0 },
{ "male", 1 },
{ "female", 2 },
{ NULL, 0 }

Loading…
Cancel
Save