setPitch method

Future<void> setPitch(
  1. double pitch
)

Sets a relative pitch tp the player

setPitch(pitch:1.0);

Implementation

Future<void> setPitch(double pitch) async => await _player.setPitch(pitch);