Saves the current PCM buffer as a WAV file.
Returns true if successful, false otherwise.
Future<bool> savePcmAsWav(String filePath) { return MymediaPlatform.instance.savePcmAsWav(filePath); }