添加了 AudioFileClose 以防止文件句柄耗尽

发布于 2024-09-14 19:31:50 字数 252 浏览 10 评论 0原文

我在使用 Finch 时遇到了问题 - 我正在打开并再次释放大量声音文件,并且项目中的某个特定点声音将停止加载 - 错误代码形式 ALOpenFileFromURL... 为 43 - 找不到文件... 我最终的解决方案是通过将 AudioFileClose (并保留 fileId 的记录)添加到 Sound.m 中的 dealloc 来确保文件已关闭... 我的解决方案可能不优雅,也许很天真,但现在似乎有效 - 所以我想我会发布它,以防它对其他人有帮助,

谢谢, 罗斯

I encountered a problem using Finch - I was opening and releasing again alot of sound files and a particular point in the project sounds would stop loading - the error code form ALOpenFileFromURL... was 43 - File not found ...
my solution in the end was to make sure that files were closed by adding AudioFileClose (and keeping a record of the fileId) to the dealloc in Sound.m...
my solution is probably not graceful and maybe naive but seems to work for now - so i thought i would post in case it helps anybody else

thanks,
Ross

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

笛声青案梦长安 2024-09-21 19:31:50

这是一个错误,不错的收获!感谢您的报告,该问题已在当前版本中修复。下次您可以直接向错误跟踪器报告错误时,我们会更快注意到它。

That was a bug, nice catch! Thanks for reporting, it’s fixed in the current version. Next time you can report the bug directly to the bug tracker, it will be noticed sooner.

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