AudioSpectrum class
Constructors
- AudioSpectrum({int samplingRate = 44100, BandType bandType = BandType.tenBand, double fallSpeed = 0.08, double sensibility = 8.0})
Properties
- bandType ↔ BandType
-
getter/setter pair
- fallSpeed ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
levels
↔ List<
double> -
getter/setter pair
-
meanLevels
↔ List<
double> -
getter/setter pair
- numberOfSamples → int
-
no setter
-
peakLevels
↔ List<
double> -
getter/setter pair
-
rawSpectrum
↔ List<
double> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingRate ↔ int
-
getter/setter pair
- sensibility ↔ double
-
getter/setter pair
Methods
-
flush(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
List< double> fft) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited