EchoTap class

A tap for an echo.

Constructors

EchoTap({required double delay, double gainL = 0.7, double gainR = 0.7})
Create an instance.
const

Properties

delay double
The number of milliseconds before this delay is heard.
final
gainL double
The gain of the left channel.
final
gainR double
The gain of the right channel.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Describe this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited