Creating media visualization in Silverlight -
I want to create some custom visualization effects in the sound wave in Silverlight. There is a Media Element class as Silverlight 3 which works very well in sound / video play.
However, to visualize, I will need some type of event callback with some information on the segment of the currently played sound. Is there any support for achieving this framework?
. You can view the Library demo at
. Added feature to change raw audio data to provide effects in the demo. Currently works only with MP3 and is still under development
Comments
Post a Comment