|
From: <hgn...@ya...> - 2007-09-05 16:24:22
|
Hi Jonathan,
I want to get female voice for other languages.
Are voices/!v/* just for English?
What does language "variant" mean?
How should I use espeak_SetVoiceByProperties(spec) ? I
am confuse with the voice setting result. They usually
change back to English.
Thank you!
----- part of the code -----
espeak_VOICE *spec = (espeak_VOICE*)
malloc(sizeof(espeak_VOICE));
spec->name = "cantonese-test";
// spec->languages = "variant";
spec->identifier = "zhy";
spec->gender = 2;
spec->variant = 0;
espeak_SetVoiceByProperties(spec);
espeak_Synth(...);
___________________________________________________________
雅虎邮箱,以安全著称,是值得信赖的邮箱专家!
http://mail.yahoo.com.cn/
|