public void Play()
 {
     player = new WaveOutPlayer(-1, format, 16384, 3, new BufferFillEventHandler(FillBuffer));
 }