instantreality 1.0

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

SoundJob

The SoundJob is responsible for connecting internal sound sources with external audio devices.

Inheritance

Code

XML encoding
<SoundJob triggerName='Sound'
backend='default'
ttsBackend='default'
listenerPosition='0 0 0'
listenerOrientation='0 0 1 0'
autoUpdateListener='TRUE'
spatialize='TRUE'
enabled='TRUE'
runTime='0'
logFeature=''
 />
Classic encoding
SoundJob {
	triggerName "Sound"
	backend ["default"]
	ttsBackend ["default"]
	listenerPosition 0 0 0
	listenerOrientation 0 0 1 0
	autoUpdateListener TRUE
	spatialize TRUE
	enabled TRUE
	runTime 0
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element