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

### 1.49.2 - (In Development) ### 1.49.2 - (In Development)


* Support describing all IPA phonemes in the phoneme tables. * 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 * Removed support for phoneme equivalence tables. These were disabled in the
French and German language files. French and German language files.
* Allow pre- as well as post-jump rules in dictionary files. * Allow pre- as well as post-jump rules in dictionary files.

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

#include "translate.h" #include "translate.h"


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

Loading…
Cancel
Save