Sets a relative pitch tp the player
setPitch(pitch:1.0);
Future<void> setPitch(double pitch) async => await _player.setPitch(pitch);