# WebAudioContextNode
Start from base library version 2.19.0. Please remaining backward compatible.
A class of audio processing modules, different nodes have different functions, such as GainNode(Volume adjustment)Wait. A WebAudioContextNode can be created from context. The following nodes are currently supported: IIRFilterNode WaveShaperNode ConstantSourceNode Channelmergernode OscillatorNode GainNode BiquadFilterNode PeriodicWaveNode BufferSourceNode ChannelSplitterNode Channelmergernode DelayNode DynamicsCompressorNode ScriptProcessorNode PannerNode
# attribute
# number positionX
The position of the X axis in the right-hand Cartesian coordinate system.
# number positionY
The position of the Y axis in the right-hand Cartesian coordinate system.
# number positionZ
The position of the Z axis in the right-hand Cartesian coordinate system.
# number forwardX
Represents the horizontal position of the listener's forward system in the same Cartesian coordinate system, as the position (position x, position, and position and position) values.
# number forwardY
Represents the forward direction of the listener in the same Cartesian coordinate system as the vertical position (position x, position, and position and position) values.
# number forwardZ
Representation and position (positionX, positionY, andpositionZ)The longitudinal direction of the listener's forward direction in the same Cartesian coordinate system(Before and after)Location.
# number upX
In position with position (positionX, positionY, andpositionZ)The forward horizontal position of the listener in a Cartesian coordinate system with the same value.
# number upY
In position with position (positionX, positionY, andpositionZ)The upward horizontal position of the listener in a Cartesian coordinate system with the same value.
# number upZ
In position with position (positionX, positionY, andpositionZ)The horizontal position backward of the listener in a Cartesian coordinate system with the same value.
# function setOrientation
Set the direction of the listener
# function setPosition
Set the location of the listener
/**