Browse Source

Default voices/languages to be male to match the default voice.

master
Reece H. Dunn 8 years ago
parent
commit
d30cf6f0d7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/voices.c

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

@@ -46,7 +46,7 @@
MNEM_TAB genders[] = {
{ "male", ENGENDER_MALE },
{ "female", ENGENDER_FEMALE },
{ NULL, ENGENDER_UNKNOWN }
{ NULL, ENGENDER_MALE }
};

int tone_points[12] = { 600, 170, 1200, 135, 2000, 110, 3000, 110, -1, 0 };

Loading…
Cancel
Save