Skip to content

Commit

Permalink
Default voices/languages to be male to match the default voice.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Feb 5, 2017
1 parent f614708 commit d30cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libespeak-ng/voices.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit d30cf6f

Please sign in to comment.