views:

791

answers:

4

Hi, I'm looking for a fast, professionally looking and customizable waveform display component in C#.

I'm wanting to display mainly real-time audio waveforms (fast!) in both time and frequency domain. I would like the ability to zoom, change axis settings, display multiple channels, customize the feel and colors etc...

Anybody knows of anything, whether commercial or not?

Thank you!

Diego

+3  A: 

I bumped into a code project awhile ago that was doing this.

Check out http://www.codeproject.com/KB/miscctrl/GraphComponents.aspx it may be what you are looking for to do real-time graphing in .net

Tj Kellie
+1  A: 

as far as i know, national instrument has some cool control, but it's not free.

http://sine.ni.com/psp/app/doc/p/id/psp-317

free ones:

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

Benny
A: 

Hi, Thanks for the links. I was actually looking for something a little more professional looking. I guess there must be one company that specializes in providing waveform/graph components?

Thanks

Diego

A: 

That is a wave flow displayer

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

Max