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
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