VibratoSettings class final
Configuration for the vibrato audio effect.
Sinusoidal phase modulation.
The filter accepts the following options:
Parameters:
Constructors
- VibratoSettings({bool enabled = false, double d = 0.5, double f = 5.0})
-
const
Properties
Methods
-
copyWith(
{bool? enabled, double? d, double? f}) → VibratoSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFilterString(
) → String - Returns the audio chain entry for this effect. Only non-default parameters are emitted.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override