stop method

void stop()

Implementation

void stop() {
  playing = false;
  seek(0);
}