convertToWav method
Implementation
@override
Future<String> convertToWav(String inputPath, String outputPath, {int? sampleRate, int? channels, int? bitDepth}) {
throw UnsupportedError('File-based operations are not supported on web. Use convertToWavBytes instead.');
}