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 |
---|---|---|---|---|---|---|
name | SFString | initializeOnly | The name of the voice. See the documentation of the voices you installed on your system. | |||
gender | SFString | initializeOnly | auto | The gender of the voice. Possible values are "auto", "male" and "female". | ||
age | SFString | initializeOnly | auto | The age of the voice. Possible values are "auto", "child", "teen", "adult" and "senior". | ||
language | SFString | initializeOnly | The language of the voice, e.g. "en" for english or "de" for german. | |||
format | SFNode | initializeOnly | AudioFormat | Contains an AudioFormat node that describes the format of the synthesized audio data stream. | ||
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 | ||
metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element |