Uses of Interface
org.web3d.x3d.sai.Sound.WaveShaper
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 WaveShaper in org.web3d.x3d.jsail.Sound
Modifier and TypeClassDescriptionclass
WaveShaper node represents a nonlinear distorter that applies a wave-shaping distortion curve to the signal. -
Uses of WaveShaper in org.web3d.x3d.sai.Sound
Modifier and TypeMethodDescriptionWaveShaper.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.WaveShaper.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.WaveShaper.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.WaveShaper.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.WaveShaper.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.WaveShaper.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.WaveShaper.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.WaveShaper.setOversample
(String newValue) Accessor method to assign String enumeration value ("NONE" | "2X" | "4X") to inputOutput SFString field named oversample.WaveShaper.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.WaveShaper.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.WaveShaper.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.WaveShaper.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.WaveShaper.setTailTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.