Esempio n. 1
0
 // stops playing the current song
 public void Stop()
 {
     _audioPlayer.StopSong();
     _audioVisualizer.ClearSong();
 }