Table of Contents

Sound

(NOTE) Applied volume changes to specific frequency bands in the audio generated by its input SoundNodes.

Methods Properties Base Classes Derived Classes
InterpolateAllBands Band1Gain soundnode
Band2Gain
Band3Gain
HighPassGain
LowPassGain

Properties


Band1Gain : real

The volume adjustment applied to frequencies within the band centered at 150 Hz in the node's input. Values above 1.0 will boost these frequencies while values less than 1.0 will reduce them.

var Band1Gain : Real

Band2Gain : real

The volume adjustment applied to frequencies within the band centered at 600 Hz in the node's input. Values above 1.0 will boost these frequencies while values less than 1.0 will reduce them.

var Band2Gain : Real

Band3Gain : real

The volume adjustment applied to frequencies within the band centered at 2500 Hz in the node's input. Values above 1.0 will boost these frequencies while values less than 1.0 will reduce them.

var Band3Gain : Real

HighPassGain : real

The volume adjustment applied to frequencies above 5000 Hz in the node's input. Values above 1.0 will boost these frequencies while values less than 1.0 will reduce them.

var HighPassGain : Real

LowPassGain : real

The volume adjustment applied to frequencies below 80 Hz in the node's input. Values above 1.0 will boost these frequencies while values less than 1.0 will reduce them.

var LowPassGain : Real

Methods


InterpolateAllBands : Void

Sets the volume adjustment of all bands (the parameters in order are low pass, band 1, band 2, band 3, high pass) over the number of seconds passed in as the final parameter. |Name|Type|Description| |---|---|---| |lowPass|real| | |band1|real| | |band2|real| | |band3|real| | |highPass|real| | |timeToInterpolate|real| |

function InterpolateAllBands(lowPass : Real, band1 : Real, band2 : Real, band3 : Real, highPass : Real, timeToInterpolate : Real)