Are there any good libraries that can help convert an MP3 into an image of its wavelengths (I think that's the proper term). What I'm looking for is a way to generate the wavelengths of MP3s server-side like is done on Souncloud: http://soundcloud.com/smixx/takin-vc-money-money-cash-ipos

What would be the best approach to extact that type of image from an audio file?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

This would be the best response from the community: http://andrewfreiday.com/2010/04/29/generating-mp3-waveforms-with-php/

There's a similar question over here: How does soundcloud.com generate the waveform for their excellent MP3 player?

The correct term is WAVEFORM that's what you see @soundcloud. From what I've seen, the PHP script is pretty lightweight and awesome!

BTW: I just realized that the stackoverflow question points to the same PHP code @andrewfreiday

link|improve this answer
feedback

This nice tutorial might help as well: http://supermegaultragroovy.com/2009/10/06/drawing-waveforms/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.