用于多线程的 NAudio:缓冲区已在播放错误时排队
我的应用程序正在运行音频播放,我们正在多线程上播放音频。有时错误会给出错误:
缓冲区已在 Play 上排队(断言失败:Abort=Quit、Retry=Debug、Ignore=Continue)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
老问题,但您可能在已经播放音频流时调用 Play() 。
另外,请勿重复使用播放器,请参阅 http://naudio.codeplex.com/workitem/15916
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