reverse method

void reverse()

Implementation

void reverse() {
  playbackRate *= -1;
  play();
}