I am trying to create a audio wave visualizer using libvlc. Have searched the net thoroughly but was unable to find any help. It would be really great if anyonce can help me out here.
Thanks in advance :)
I am trying to create a audio wave visualizer using libvlc. Have searched the net thoroughly but was unable to find any help. It would be really great if anyonce can help me out here.
Thanks in advance :)
Have a look at MediaPlayer
Class.
MSDN:
http://msdn.microsoft.com/en-us/library/system.windows.media.mediaplayer.aspx
It is a wrapper around Windows Media Player which will let you do in code most of what WMP can do.
If you are using .NET 2.0 you will have to look at Windows Media Player SDK
.
In that case, this answer might be helpful for you.