用于多线程的 NAudio:缓冲区已在播放错误时排队

发布于 2024-11-24 07:25:58 字数 142 浏览 2 评论 0原文

我的应用程序正在运行音频播放,我们正在多线程上播放音频。有时错误会给出错误:

缓冲区已在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

胡渣熟男 2024-12-01 07:25:58

老问题,但您可能在已经播放音频流时调用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文