naudio / NAudio

Audio and MIDI library for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tiger2014 opened this issue · comments

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?