Possible Duplicate:
Looking for C# audio analysis libraries

Is there a library or api that allows for analysis of audio (possibly in real time)?

I ask with the eventual goal of creating a visualizer, so I want to see the volume, waveform and frequencies of an audio file.

Thanks.

link|improve this question

72% accept rate
The correct word is "analysis". This may help you search more effectively for solutions. – phoog Oct 22 '11 at 3:54
feedback

closed as exact duplicate by Ian Mercer, Inuyasha, Jan, chibacity, Andrew Barber Nov 20 '11 at 0:51

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Try the Mitov library - I cant get it to work with VS2010 but it works fine with VS2008 Express. It has Sound, Audio, Plot and various video and instrumentation libraries. You can select components such as audio in, spectrum analysis, waterfall displays (sonagrams), waveform displays, filters etc. etc. etc. Very easy to use - just drag the components from the toolbox and select connections between them. The Audio toolbox works with mono or stereo audio streams and the signal toolbox works with single streams of reals, with converters each way. Should do everything you need. Free for personal use. http://mitov.com

Justin

link|improve this answer
feedback

Have you checked out http://naudio.codeplex.com/?

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.