Uses of Interface
org.web3d.x3d.sai.Sound.X3DSoundProcessingNode
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of X3DSoundProcessingNode in org.web3d.x3d.jsail.Sound
Modifier and TypeClassDescriptionclass
Analyser provides real-time frequency and time-domain analysis information, without any change to the input.class
BiquadFilter node is an AudioNode processor implementing common low-order filters.class
Convolver performs a linear convolution on a given AudioBuffer, often used to achieve a reverberation effect.class
Delay causes a time delay between the arrival of input data and subsequent propagation to the output.class
DynamicsCompressor node implements a dynamics compression effect, lowering volume of loudest parts of signal and raising volume of softest parts.class
The Gain node amplifies or deamplifies the input signal.class
WaveShaper node represents a nonlinear distorter that applies a wave-shaping distortion curve to the signal. -
Uses of X3DSoundProcessingNode in org.web3d.x3d.sai.Sound
Modifier and TypeInterfaceDescriptioninterface
Analyser provides real-time frequency and time-domain analysis information, without any change to the input.interface
BiquadFilter node is an AudioNode processor implementing common low-order filters.interface
Convolver performs a linear convolution on a given AudioBuffer, often used to achieve a reverberation effect.interface
Delay causes a time delay between the arrival of input data and subsequent propagation to the output.interface
DynamicsCompressor node implements a dynamics compression effect, lowering volume of loudest parts of signal and raising volume of softest parts.interface
The Gain node amplifies or deamplifies the input signal.interface
WaveShaper node represents a nonlinear distorter that applies a wave-shaping distortion curve to the signal.Modifier and TypeMethodDescriptionX3DSoundProcessingNode.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.X3DSoundProcessingNode.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.X3DSoundProcessingNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DSoundProcessingNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DSoundProcessingNode.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.X3DSoundProcessingNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DSoundProcessingNode.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.X3DSoundProcessingNode.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.X3DSoundProcessingNode.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.X3DSoundProcessingNode.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.X3DSoundProcessingNode.setTailTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.