user840793
user840793

Reputation: 11

NAudio for multi threading: Buffers already queued on play error

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

Answers (1)

Per
Per

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

Related Questions