Reputation: 11
My application is running the audio play and we are playing the audio on multi thread. Some times the error is giving error:
Buffers already queued on Play (Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue)
Upvotes: 0
Views: 722
Reputation: 1084
Old question, but you're likely calling Play() while already playing an audio stream.
Also, don't re-use the player, see http://naudio.codeplex.com/workitem/15916
Upvotes: 1