convertToWavBytes method

Future<Uint8List> convertToWavBytes(
  1. Uint8List inputData,
  2. String formatHint, {
  3. int? sampleRate,
  4. int? channels,
  5. int? bitDepth,
  6. bool? includeHeader,
})

Implementation

Future<Uint8List> convertToWavBytes(Uint8List inputData, String formatHint, {int? sampleRate, int? channels, int? bitDepth, bool? includeHeader}) {
  throw UnimplementedError('convertToWavBytes() has not been implemented.');
}