如何在 Java 中管理和编辑音频文件的元数据
问候!! 我一直在搜索很多关于如何在 Java 上读取 .aac 文件的元数据的信息,但仍然没有成功找到有用的东西。我是编程新手,我正在将其作为一项作业。我发现的大部分信息是这样的:
http://download -llnw.oracle.com/javase/tutorial/essential/io/fileAttr.html
但我无法使一个简单的程序工作,因为那里显示的导入不存在!我相信这是针对较旧的 JDK,但该网站说它已更新。
我不知道从哪里开始,从应该进行哪些导入开始,到了解元数据可能位于 .acc 文件中的位置。
提前致谢!
Greetings!!
I've been searching a lot about how to read the metadata of .aac file on Java, but still hasn't succeeded in finding somethong useful. I'm new in programming and I'm doing this as an assignment. The most of info I found was this:
http://download-llnw.oracle.com/javase/tutorial/essential/io/fileAttr.html
But I can't make a simple program work because the import shown there doesn't exist!! I believe that's for an older JDK but the site says it's updated.
I don't where to start, beginning from which imports I should make, to knowing where metadata may be located in an .acc file.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Oreilly 提供了有关专门创建的 AAC 文件的一些信息iTunes 提供的,但是它确实提供了一个相当好的 Java 代码示例,说明如何读取元数据信息。
我假设问题是询问更多 AAC 的规范,而不是可以按照我阅读的方式处理元数据创建的第三方库。
Oreilly provides some info about AAC Files specifically created by iTunes, however it does give a fairly good code sample in Java of how to read metadata information.
I am assuming the question is asking more of the specifications of AAC rather than a third party library which can handle metadata creation the way I read it.