SoLoudEqualizerBridge class

Cross-platform equalizer implementation using SoLoud's EQ filter.

Replaces AndroidEqualizer for non-Android platforms. SoLoud's EQ filter supports 8 bands with configurable gain.

Band frequencies (SoLoud EQ defaults): Band 1: ~60 Hz (Sub-bass) Band 2: ~170 Hz (Bass) Band 3: ~310 Hz (Low-mid) Band 4: ~600 Hz (Mid) Band 5: ~1 kHz (Upper-mid) Band 6: ~3 kHz (Presence) Band 7: ~6 kHz (Brilliance) Band 8: ~12 kHz (Air)

Implemented types

Constructors

SoLoudEqualizerBridge()

Properties

bandCount Future<int>
Returns the number of bands supported by the native equalizer.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Dispose the EQ filter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBandGain(int index, double gain) Future<void>
Set the gain (in dB) for band at index.
override
setEnabled(bool enabled) Future<void>
Enable or disable the native equalizer effect.
override
toString() String
A string representation of this object.
inherited

Operators

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