PurplProto
PurplProto

Reputation: 143

Capturing specifics from audio streams

My aim is to capture two variables from an audio stream, these being frequencies and decibel level of each frequency (several frequency ranges is desired, so I'll end up grouping them, unless WASAPI can pull frequency ranges from the audio stream).

I've found that capturing audio streams is possible using WASAPI, but it appears to be based around C++. Is it possible to obtain the above mentioned variables using WASAPI and can I use WASAPI in C#?

Upvotes: 0

Views: 207

Answers (0)

Related Questions