AudioChorus
AudioChorus makes an audio stream sound more voluminous. It provides one Input pin and one Output pin which can be connected to/from by Wires.
AudioChorus is implemented by duplicating the input stream and modulating the pitch of several delayed copies so that the overall result sounds like a cloud of streams. If applied to a single voice, it may sound like multiple voices.
Summary
Properties
Whether audio streams are passed-through unaffected by this effect.
Controls the maximum delay time of the copied streams in the chorus effect.
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 chorus effect is by changing the maximum delay time of the copy streams. Ranges from 0 to 1 which corresponds to 0 to 100 milliseconds of maximum delay.
Methods
GetConnectedWires
Returns an array of Wires that are connected to the specified pin. AudioChorus has one "Input" pin and one "Output" pin.