|
|
|
|
|
SpeechSynthesisListVoices (Function) Returns the list of voices available on the device for the speech synthesis engine. BestVoice is SpeechSynthesisVoice
arrVoices is array of SpeechSynthesisVoice
arrVoices = SpeechSynthesisListVoices()
FOR EACH Voice OF arrVoices
Trace(LanguageToName(Voice.Language, Voice.SubLanguage))
IF BestVoice.Quality < Voice.Quality AND Voice.Language = languageEnglish THEN BestVoice = Voice
END
SpeechSynthesisInitialize(BestVoice)
Sintaxis
<Result> = SpeechSynthesisListVoices()
Componente: wd300android.aar
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|