AudioPitchShifter

Show Deprecated

AudioPitchShifter adjusts the perceived pitch of audio streams. It provides one Input pin and one Output pin which can be connected to/from by Wires. AudioPitchShifter performs its modifications in the frequency domain and may introduce artifacts with extreme pitch changes.

Summary

Properties

  • Read Parallel

    Whether audio streams are passed-through unaffected by this effect.

  • Read Parallel

    Pitch modification to be multiplied by the pitch of the input stream.

Methods

Events

Properties

Bypass

Read Parallel

If true, audio streams are passed-through unaffected by this effect.

Pitch

Read Parallel

Pitch modification to be multiplied by the pitch of the input stream. Ranges from 0.5 to 2.

Methods

GetConnectedWires

Instances

Returns an array of Wires that are connected to the specified pin. AudioPitchShifter has one "Input" pin and one "Output" pin.

Parameters

pin: string

Returns

Instances

Events

WiringChanged

Event that fires after a Wire becomes connected or disconnected, and that Wire is now or was previously connected to a pin on the AudioPitchShifter and to some other wirable instance.

Parameters

connected: bool

Whether the instance got connected or disconnected.

pin: string

The pin on the AudioPitchShifter that the Wire targets.

wire: Wire

The Wire between the AudioPitchShifter and the other instance.

instance: Instance

The other instance that is or was connected through the Wire.