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
Merge pull request
#1211
from seanbudd/fixAutoLangSwitching
Revert "code cleanup: don't add a \0 to voices_language in LoadVoice()"
master
Samuel Thibault
3 years ago
parent
a25849e4d5
139417e8e1
commit
ad6efd3427
No account linked to committer's email address
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
src/libespeak-ng/voices.c
+ 2
- 0
src/libespeak-ng/voices.c
View File
return NULL; // no dictionary loaded
return NULL; // no dictionary loaded
}
}
}
}
voice_languages[langix] = 0;
}
}
return voice;
return voice;
Write
Preview
Loading…
Cancel
Save