[REQUIRED] Use case description
A very small one, but when cleaning up my code I discovered that PlaybackParameters have a withSpeed() helper method, but not the withPitch() one.
Proposed solution
Add the missing method for consistency for apps that allows to change both independently.
[REQUIRED] Use case description
A very small one, but when cleaning up my code I discovered that PlaybackParameters have a
withSpeed()helper method, but not thewithPitch()one.Proposed solution
Add the missing method for consistency for apps that allows to change both independently.