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