How to get audio tags using audio fingerprint

一个人想着一个人 提交于 2019-12-07 18:23:18

问题


I have an audio file with all id3 tags as null. I want to extract the acoustic fingerprint and with an online service to get the id3 tags.

How can I do that in Java? Is there an online service who I can pass the audio fingerprint and it return the tags?


回答1:


If this is a non-commercial application, you can use AcoustID.

Here you can see some example code in Java. If you Google around, you will find more examples.

Note: I created and run AcoustID




回答2:


As long as I know, there are two available open API:

1 - Look for fingerprint query in the Echonest API.

You need to create an API for yourself. Then, to identify a song, use this.

2 - The AcousticID API



来源:https://stackoverflow.com/questions/23871234/how-to-get-audio-tags-using-audio-fingerprint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!