将 id3 元数据写入应用程序包中的 mp3 文件

发布于 2024-12-29 14:29:25 字数 307 浏览 4 评论 0原文

这个问题我已经问过两次了,没有任何实质性进展。逛了无数个论坛,我又来问了。到目前为止,唯一的进展是访问 AVURLAsset 的元数据(使用 [AVURLAsset commonMetadata])。有一些 C 库可用于编写 id3 标签(例如 id3lib),但没有一个是为 Cocoa Touch 配置的,甚至没有Xcode。任何形式的帮助将不胜感激,即使是正确方向的建议也将不胜感激。如果您解决了问题,您将在我完成的应用程序中获得荣誉奖......

I've asked this question twice before, with no real progress. After trolling countless forum after forum, I've come to ask again. The only progress so far with this is accessing the metadata of an AVURLAsset (using [AVURLAsset commonMetadata]). There are C libraries out there for writing id3 tags (such as id3lib) but none are configured for Cocoa Touch or even Xcode. Any sort of help would be appreciated, even a suggestion of the right direction to go would be greatly appreciated. If you solve the problem, you'll get an honorable mention in my finished app...

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

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

发布评论

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

评论(1

转身以后 2025-01-05 14:29:25

我刚刚将idlib3移植到iOS,你可以用它来修改ID3标签。还包括一个示例项目。在这里查看https://github.com/rjyo/libid3-ios

I just ported idlib3 to iOS and you can use it to modify the ID3 tag. An example project is also included. Check it here https://github.com/rjyo/libid3-ios

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