ItemApplies the property values that have been set to AudioLink.
Sets the influence of autogain.
Larger values increase the influence.
The specified value is clamped between 0.001 and 1.0.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the bass amplification factor.
The specified value is clamped between 0 and 2.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the crossover point for the bass band.
The frequency of the crossover is adjusted according to the given value.
The specified value is clamped between 0 and 0.168.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the crossover point between the bass and low-mid bands.
The frequency of the crossover is adjusted according to the given value.
The specified value is clamped between 0.242 and 0.387.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the crossover point between the low-mid and mid-high bands.
The frequency of the crossover is adjusted according to the given value.
The specified value is clamped between 0.461 and 0.628.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the crossover point between the mid-high and treble bands.
The frequency of the crossover is adjusted according to the given value.
The specified value is clamped between 0.704 and 0.953.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Enables or disables autogain.
Sets the fade exponential fall-off.
Higher values result in a steeper exponential decay.
The specified value is clamped between 0 and 1.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the fade length.
The specified value is clamped between 0 and 1.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the gain.
The specified value is clamped between 0 and 2.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the threshold level for the bass band.
Lower values make the band more sensitive.
The specified value is clamped between 0 and 1.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the threshold level for the low-mid band.
Lower values make the band more sensitive.
The specified value is clamped between 0 and 1.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the threshold level for the mid-high band.
Lower values make the band more sensitive.
The specified value is clamped between 0 and 1.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the threshold level for the treble band.
Lower values make the band more sensitive.
The specified value is clamped between 0 and 1.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Sets the treble amplification factor.
The specified value is clamped between 0 and 2.
If the value is NaN, Infinity, or -Infinity, the call is ignored.
Handle for operating AudioLink from a script.
You can obtain this handle via ClusterScript.audioLink.
If the target is a craft item or an item that does not have an AudioLink component, calls to AudioLinkHandle methods are ignored.
Example