|
|
|
|
|
SpeechSynthesisListVoices (Function) In french: SynthèseVocaleListeVoix Returns the list of voices available on the device for the speech synthesis engine. MeilleureVoix is SpeechSynthesisVoice
tabVoix is array of SpeechSynthesisVoice
tabVoix = SpeechSynthesisListVoices()
FOR EACH Voix OF tabVoix
Trace(LanguageToName(Voix.Langue, Voix.SousLangue))
IF MeilleureVoix.Quality < Voix.Qualité AND Voix.Langue = languageFrench THEN MeilleureVoix = Voix
END
SpeechSynthesisInitialize(MeilleureVoix)
Syntax
<Result> = SpeechSynthesisListVoices()
Component: wd300android.aar
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|