instantreality 1.0

Component:
Sound
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

Voice

Defines the parameters of computer generated voices.

Inheritance

Code

XML encoding
<Voice name=''
gender='auto'
age='auto'
language=''
logFeature=''
 />
Classic encoding
Voice {
	name ""
	gender "auto"
	age "auto"
	language ""
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFString name SFString initializeOnly The name of the voice. See the documentation of the voices you installed on your system.
SFString gender SFString initializeOnly auto The gender of the voice. Possible values are "auto", "male" and "female".
SFString age SFString initializeOnly auto The age of the voice. Possible values are "auto", "child", "teen", "adult" and "senior".
SFString language SFString initializeOnly The language of the voice, e.g. "en" for english or "de" for german.
SFNode format SFNode initializeOnly AudioFormat Contains an AudioFormat node that describes the format of the synthesized audio data stream.
MFString logFeature MFString inputOutput state, child, parent, route, eventIn, eventOut controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything