Search code examples
graphwavfrequencyvoice

Display a graph of wav file c#


I need to display a graph of a wav file in C#, where you can see the actual frequencies of the voice in the file while the file is being played.

in C#.

Any ideas? thanks, Ofek


Solution

  • How to render audio waveform?

    How to create audio spectrum in c#

    http://www.codeproject.com/Articles/20025/Sound-visualizer-in-C

    ... others out there also