morphx666 / CoreAudio

Windows CoreAudio wrapper for .NET
https://whenimbored.xfx.net/2011/01/core-audio-for-net/
MIT License
95 stars 20 forks source link

PlaybackStopped Event fire multiple times #1

Closed shahshyam closed 6 years ago

shahshyam commented 6 years ago

I am using playbackStoped Event to use as Rewind. To make clear, If audio file is complete then I wan to call palybackStopped event and inside it, I want to call outputDevice.Play() method. OutputDevice is object of WaveOutEvent. After calling outputDevice.Play() , playbackStoped fired multiple times and not able to again play.