Future<String> convertToWav(String inputPath, String outputPath, {int? sampleRate, int? channels, int? bitDepth}) { throw UnimplementedError('convertToWav() has not been implemented.'); }