VibratoSettings class final

Configuration for the vibrato audio effect.

Sinusoidal phase modulation.

The filter accepts the following options:

Parameters:

  • d: Depth of modulation as a percentage. Range is 0.0 - 1.0. Default value is 0.5. (range 0.00..1.0, default 0.5)
  • f: Modulation frequency in Hertz. Range is 0.1 - 20000.0. Default value is 5.0 Hz. (range 0.1..20000.0, default 5.0)

Constructors

VibratoSettings({bool enabled = false, double d = 0.5, double f = 5.0})
const

Properties

d double
final
enabled bool
final
f double
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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