AudioEcho

非推奨を表示

AudioEcho overlays delayed copies of audio streams. It provides one Input pin and one Output pin which can be connected to/from by Wires.

概要

プロパティ

  • 並列読み取り

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

  • 並列読み取り

    The amount of time between echoes.

  • 並列読み取り

    Gain level determining how loud the original, unaltered audio stream will be.

  • 並列読み取り

    How slowly echoes fade away.

  • 並列読み取り

    Gain level determining how loud the echoed stream will be.

プロパティ

Bypass

並列読み取り

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

DelayTime

並列読み取り

The amount of time between echoes, in seconds. Ranges from 0.001 to 5.

DryLevel

並列読み取り

Gain level, in decibels, determining how loud the original, unaltered audio stream will be. Ranges from -80 to 10.

Feedback

並列読み取り

Determines how slowly echoes fade away, with a range of 0 to 1. A value of 0 means that only a single echo is heard, whereas a value of 1 means that old echoes never fully disappear.

WetLevel

並列読み取り

Gain level, in decibels, determining how loud the echoed stream will be. Ranges from -80 to 10.

方法

GetConnectedWires

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

パラメータ

pin: string

戻り値

イベント