void playSound(Uint8List pcmData, {double volume = 0.5}) { AudioIoPlatform.instance.playSound(pcmData, volume: volume); }