decodeBytes method
Decodes an in-memory container. The only decode path on web.
Implementation
@override
Future<WaveformPeaks> decodeBytes(
Uint8List bytes, {
int baseSamplesPerPixel = 128,
}) async => _decode(bytes.length);
Decodes an in-memory container. The only decode path on web.
@override
Future<WaveformPeaks> decodeBytes(
Uint8List bytes, {
int baseSamplesPerPixel = 128,
}) async => _decode(bytes.length);