Hi! Is it possible to create an image equalizer based on mp3 track using php? I wonder how to get such information to create bars from mp3 track. Have you guys tried this one before with php?
Any idea/suggestion would be appreciated.
TIA
I would say this one is impossible with php alone.
You could always just create a fake one using the gif-encoder-class.
thanks for the reply The-Master, I guess it's true then.. well, creating a fake one is not a bad idea either, can you pls tell me where can I get gif-encoder-class and how to use it?
Here is the class. You need to sign up to get it I think. It takes a while to get used to this class. You just need to create images using image functions and then put them together using the class. It has an example file so that should help. Obviously using this could mean you could implement an element of randomness into your code and make it more dynamic but I am wondering if just using one that is already made would be easier:
http://www.rock-n-radio.com/controls/equalizer.gif
The-Master wrote:Here is the class. You need to sign up to get it I think. It takes a while to get used to this class. You just need to create images using image functions and then put them together using the class. It has an example file so that should help. Obviously using this could mean you could implement an element of randomness into your code and make it more dynamic but I am wondering if just using one that is already made would be easier: http://www.rock-n-radio.com/controls/equalizer.gif
thank you The-Master, it doesn't look anything like the example I've attached in this topic.. I guess.. I have to built one.. 🙂