Ejemplo n.º 1
0
 public void stopPlaying()
 {
     soundOut.Stop();
     mixer.RemoveAllSources();
 }
Ejemplo n.º 2
0
 public void stopPlaying()
 {
     soundOut.Stop();
     frequencies.Clear();
     mixer.RemoveAllSources();
 }