AechoTap class final
One echo tap of the lavfi aecho filter.
Each tap fires the input signal once, delayMs after the source transient, attenuated by decay. Several taps in series produce the classic multi-tap echo (think spring reverb fingerprint).
Properties
Methods
-
copyWith(
{double? delayMs, double? decay}) → AechoTap - Returns a copy of this tap with the given fields replaced.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override