diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DTimeDependentNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString Analyser AudioClip AudioDestination BiquadFilter BufferAudioSource ChannelMerger ChannelSelector ChannelSplitter Convolver Delay DynamicsCompressor Gain ListenerPointSource MicrophoneSource MovieTexture OscillatorSource Sound SpatialSound StreamAudioDestination StreamAudioSource WaveShaper ProtoInstance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DSoundProcessingNode" abstract="true"> <xs:annotation> <xs:appinfo> <!-- TODO verify autogeneration of parent definitions for elapsedTime, isActive, isPaused? --> <xs:attribute name="channelCount" type="SFInt32" fixed="outputOnlyField"/> <xs:attribute name="additionalInterface" type="xs:string" default="X3DSoundNode"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Sound"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> Base type for all sound processing nodes, which are used to enhance audio with filtering, delaying, changing gain, etc. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/sound.html#X3DSoundProcessingNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DTimeDependentNode"> <xs:group ref="AudioGraphContentModel" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>children inputs</xs:documentation> </xs:annotation> </xs:group> <xs:attribute name="channelCountMode" type="channelCountModeChoices" default="MAX"/> <xs:attribute name="channelInterpretation" type="channelInterpretationChoices" default="SPEAKERS"/> <xs:attribute name="enabled" type="SFBool" default="true"/> <xs:attribute name="gain" type="SFFloat" default="1"/> <xs:attribute name="tailTime" default="0"> <!-- type="SFTimeNonNegative" --> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> <!--<xs:attribute name="containerField" type="containerFieldChoicesAudioGraph" default="children"/>--> </xs:complexContent> </xs:complexType> |
type | channelCountModeChoices | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xs:attribute name="channelCountMode" type="channelCountModeChoices" default="MAX"/> |
type | channelInterpretationChoices | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
source | <xs:attribute name="channelInterpretation" type="channelInterpretationChoices" default="SPEAKERS"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="enabled" type="SFBool" default="true"/> |
type | SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="gain" type="SFFloat" default="1"/> |
type | restriction of SFTime | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="tailTime" default="0"> <!-- type="SFTimeNonNegative" --> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |