.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
Post a Comment