.net - Implementing a audio visualizer in WPF -


I want to apply an audio visualizer widget to WPF (as is Winamp). How do I cope with this problem?

These two articles may be used for you:

They are two articles in the series of 3D view using WPF, they are little targeted at introduction WPF usage. Here are some more:

In general, you want to do some real time analysis on the audio stream. Finding Beat is an easy way - Provide some kind of vibrating actions that increase the intensity with the lines, the quantity along with the green, and so on.

Here's another brilliant article:

And the same question from the second stack overflow:


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -