extract music file using java
by
azman
—
last modified
Oct 10, 2008 09:00 AM
Up to Public Forum
hello guys...
i wanna ask 1 question...
how can i extract the audio content
so that i can get its title, artist, bitrate, lyric, etc...
i'he read many articles about mpeg7 but
i still can't understand how to extract that file..
thanks in advance...
It depends on the file type you are focusing at. Most "music files" use the ID3 format (see http://en.wikipedia.org/wiki/Id3). You'll find a lot of different libraries to extract that. In OGG and MP4 containers however there are similar means of storing metadata. For mp4 I wrote a small blog entry pointing out some pieces of software: http://www.semanticmetadata.net/2008/03/07/metadata-for-the-mp4-container/
cheers,
Mathias
thanks mathias...
that's give me a lot of new knowledge...
i really appreciate it...
thankkksssss .... =)
I recently used http://jid3.blinkenlights.org/ for extracting ID3 tags from .mp3 files. On the Web site you'll find everything, the lib, documentation, and simple examples.
-Christian
Powered by
Ploneboard

