stopAudio function

void stopAudio()

Implementation

void stopAudio(){
  player.stop();

}