play method

void play()

Starts the sound. Played from the beginning if was paused.

Implementation

void play() {
  stop();
  resume();
}