sampleFrameCount property

int get sampleFrameCount

Number of stored interleaved sample frames.

Implementation

int get sampleFrameCount => dataLength ~/ (channels * (bitsPerSample ~/ 8));