Uses of Interface
org.web3d.x3d.sai.Sound.Analyser

Packages that use Analyser
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 Analyser in org.web3d.x3d.jsail.Sound

    Classes in org.web3d.x3d.jsail.Sound that implement Analyser
    Modifier and Type
    Class
    Description
    class 
    Analyser provides real-time frequency and time-domain analysis information, without any change to the input.
  • Uses of Analyser in org.web3d.x3d.sai.Sound

    Methods in org.web3d.x3d.sai.Sound that return Analyser
    Modifier and Type
    Method
    Description
    Analyser.setChannelCountMode(String newValue)
    Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.
    Analyser.setChannelInterpretation(String newValue)
    Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.
    Analyser.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.
    Analyser.setDescription(String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    Analyser.setEnabled(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    Analyser.setFftSize(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named fftSize.
    Analyser.setFrequencyBinCount(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named frequencyBinCount.
    Analyser.setGain(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named gain.
    Analyser.setMaxDecibels(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named maxDecibels.
    Analyser.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Analyser.setMinDecibels(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named minDecibels.
    Analyser.setPauseTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.
    Analyser.setResumeTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.
    Analyser.setSmoothingTimeConstant(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named smoothingTimeConstant.
    Analyser.setStartTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.
    Analyser.setStopTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.
    Analyser.setTailTime(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.