Sets the relative pitch of the Player. Defaults to 1.0.
1.0
Future<void> setPitch(double pitch) async { return platform?.setPitch(pitch); }