JustWaveform class

A utility for extracting a Waveform from an audio file suitable for visual rendering.

Constructors

JustWaveform()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

extract({required File audioInFile, required File waveOutFile, WaveformZoom zoom = const WaveformZoom.pixelsPerSecond(100)}) Stream<WaveformProgress>
Extract a Waveform from audioInFile and write it to waveOutFile at the specified zoom level.
parse(File waveformFile) Future<Waveform>
Reads Waveform data from an audiowaveform-formatted data file.