bytesPerSample property

int get bytesPerSample

The number of bytes per sample for this WavFormat.

Implementation

int get bytesPerSample => bitsPerSample ~/ 8;