AudioAmplitudeDecoder class abstract

Interface for defining audio amplitude decoders, used to create the waveforms in ZetaVoiceMemo and ZetaAudioVisualizer.

Constructors

AudioAmplitudeDecoder.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

extractAmplitudes(Uint8List bytes, int linesNeeded) Future<List<double>>
Extracts normalized amplitudes for visualization.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
supports(Uint8List bytes) bool
Returns true if this decoder supports the given file bytes, typically by reading the header content.
toString() String
A string representation of this object.
inherited

Operators

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