Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Speech.AvailableVoices

Query the list of available voices.

Component Version macOS Windows Linux Server iOS SDK
Speech 6.4 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "Speech.AvailableVoices" { ; Mode } )   More

(old name: Text.Speak.AvailableVoices)

Parameters

Parameter Description Example Flags
Mode Pass 1 to get list of identifiers.
By default or pass 0 to get list of names.
0 Optional

Result

Returns list or error.

Description

Query the list of available voices.
This returns the identifiers for voices.

Examples

Query voices:

MBS( "Speech.AvailableVoices" )

Blog Entries

This function checks for a license.

Created 2nd August 2016, last changed 13th July 2018


Speech.AttributesForVoices - Speech.IsPaused