AudioFlanger
AudioFlanger imparts a whooshing or sweeping sound on audio streams by overlaying a delayed copy of the input stream and modulating the pitch of the copy. It provides one Input pin and one Output pin which can be connected to/from by Wires.
Summary
Properties
Whether audio streams are passed-through unaffected by this effect.
Controls how strong the pitch modulation of the flanger is.
Controls the balance of plain input stream to modified output stream.
Controls the rate of pitch modulations.
Methods
Returns an array of Wires that are connected to the specified pin.
Properties
Depth
Controls how strong the pitch modulation of the flanger is. Ranges from 0 to 1 which determines the maximum delay time of the modulated signal. A value of 1 corresponds to 10 milliseconds of maximum delay; beyond this, the modulated signal would begin to sound more like an echo than a flange.
Methods
GetConnectedWires
Returns an array of Wires that are connected to the specified pin. AudioFlanger has one "Input" pin and one "Output" pin.