info("voices")

The info(“voices”) function returns a list of available speech synthesis voices on this system.


Description

This function returns a list of available speech synthesis voices on this system. An example is shown below. You’ll notice that some names are all lower case, while some have a mix of upper and lower case. This is important – when you use a voice (with the speak or speechvoice statements) you must use exactly correct spelling and capitalization, for example, Alex not alex, but alice not Alice.

info("voices") ☞ 

	Alex
	alice
	alva
	amelie
	anna
	carmit
	damayanti
	daniel
	diego
	ellen
	fiona
	Fred
	ioana
	joana
	kanya
	kyoko
	laura
	lekha
	luciana
	mariska
	mei-jia
	melina
	milena
	moira
	monica
	nora
	paulina
	samantha
	sara
	satu
	sin-ji
	tessa
	thomas
	ting-ting
	veena
	Victoria
	xander
	yelda
	yuna
	zosia
	zuzana

See Also


History

VersionStatusNotes
10.0NewNew in this version.