We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
ID3 tags w/ minim (Read 544 times)
ID3 tags w/ minim
Dec 3rd, 2007, 9:32am
 
Sorry for spamming the boards like this.

I'm using minim to do all the audio input analysis, in pursuit of creating a music visualizer.

With that in mind, I would really like to be able to use ID3 tags.

I'd like to know if there's any possibility that I can get the visualizer to change over a certain timeperiod?

Example: Song (A) is 3:00 in playtime, and I would need the visalizer to change in appearance when half of the song has been played (1:30). Could that be done?

Also, would it be possible to read stuff like Genre, song title, artist and so on? If so, how?

Thanks in advance for any help - I really appreciate it. Smiley
Re: ID3 tags w/ minim
Reply #1 - Dec 3rd, 2007, 9:39am
 
Just realized that the minim libraries uses Javazoom’s MP3SPI package - which is all very neat, and supposedly I should be able to read ID3 tags from there.

Have been looking through the forums and documentation - and so far I haven't been able to find anything that can point me towards a solution. Anyone?
Re: ID3 tags w/ minim
Reply #2 - Dec 3rd, 2007, 9:55am
 
try this:

http://jorgecardoso.org/processing/ID3/

Cheers, frank.
Re: ID3 tags w/ minim
Reply #3 - Dec 3rd, 2007, 10:27am
 
w00t! Thanks ! Cheesy

That helped a *lot*. Now all I have left to figure out is how to analyze the length of a given song that's playing.

Any great ideas as to how I can do that ?
Page Index Toggle Pages: 1