如何在 Java 中管理和编辑音频文件的元数据

发布于 2024-09-13 10:43:09 字数 428 浏览 13 评论 0原文

问候!! 我一直在搜索很多关于如何在 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 技术交流群。

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

发布评论

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

评论(1

檐上三寸雪 2024-09-20 10:43:09

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.

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