Factory method to extract amplitudes from file bytes
Future<List<double>> extractAudioAmplitudesFromBytes(Uint8List bytes, int linesNeeded) => _extractAmplitudes(bytes, linesNeeded);