Item
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.
Generated using TypeDoc
Handle for operating AudioLink from a script.
You can obtain this handle via 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