naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.37k stars 1.09k forks source link

why the wavePlayer.PlaybackState was changed to PlaybackState.stopped when I call wavePlayer.Pause() #1129

Open tiger2014 opened 4 months ago

tiger2014 commented 4 months ago

When I want to implement play/pause, I find out the PlaybackState was changed to stopped, when I call wavePlayer.Pause().

Who can tell me why?