tags:

views:

131

answers:

3

When music is playing how can i draw a wave?

+4  A: 

This should help you out:

http://www.codeproject.com/KB/audio-video/SoundViewer.aspx

MUG4N
nope(it shows the wave from micro
Insane
A: 

Here's a demo project that will allow you to visualize sound waves in C#:

http://www.codeproject.com/KB/audio-video/SoundViewer.aspx

Robin
and how can i change mic to audio card??
Insane
A: 

You can draw a graph and over time vary its height based on pitch, on volume, or just about any combination you may wish. A standard is to vary the period based on frquency of the sound and height on amplitude.

Michael Dorgan