@motion-script/core / EchoFilter
Interface: EchoFilter
Defined in: attributes/audio/filters/implementations/echo.ts:5
Adds a delayed, fading repeat of the signal (a feedback echo / simple delay).
Properties
delay
delay:
Param
Defined in: attributes/audio/filters/implementations/echo.ts:8
Delay before the first repeat, in seconds. May be a time-varying curve.
feedback
feedback:
Param
Defined in: attributes/audio/filters/implementations/echo.ts:10
Feedback amount, 0–<1. Each repeat is scaled by this; higher = more repeats. May be a time-varying curve.
mix?
optionalmix?:Param
Defined in: attributes/audio/filters/implementations/echo.ts:12
Wet/dry mix, 0–1. 0 = dry only, 1 = full wet. Default 0.5. May be a time-varying curve.
type
type:
"echo"
Defined in: attributes/audio/filters/implementations/echo.ts:6