This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Default voices/languages to be male to match the default voice.
master
Reece H. Dunn
8 years ago
parent
f6147085cd
commit
d30cf6f0d7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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 };
Write
Preview
Loading…
Cancel
Save