public void ClearPlayList()
 {
     PcmDataListForDisp.Clear();
     PcmDataListForPlay.Clear();
     wasapi.ClearPlayList();
 }