STFTSpecFrames class

Scalar STFT output stored as contiguous frame-major bins.

Constructors

STFTSpecFrames.empty(int bins)
Returns an empty scalar STFT result with the given bin count.
factory
STFTSpecFrames.fromBuffer({required int frames, required int bins, required Float32List values})
Builds a scalar STFT result from a caller-owned frame-major buffer.
factory

Properties

bins int
final
frames int
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether this result contains zero frames.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Float32List
final

Methods

frame(int index) Float32List
Returns one scalar spectrum frame as a zero-copy sublist view.
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