Exemple #1
0
 public void Stop()
 {
     _waveIn.StopRecording();
     _waveOut.Pause();
     _audioClient.Disconnect();
 }