size property
int
get
size
The size of the chunks this STFT breaks the input into.
Implementation
int get size => _chunk.length;
The size of the chunks this STFT breaks the input into.
int get size => _chunk.length;