Florian
Florian
Apply a FastFourierTransformation using the `FftProvider` class(see WinformsVisualization example). Take a look at the frequency bands > 16kHz. See `BasicSpectrumProvider.GetFftBandIndex`.
Which branch are you using? There is a wip branch called netstandard which does not load all codecs by default but only the supported ones.
It is hard to tell. Those errors are most of the time related to driver issues. Maybe try to search the internet, there are several similar issues out there. Also...
See my edit above. In general the result and the called api is the only indicator you have. But the result seems not to be obe of the standard ones.
Sorry for the late response. Was injured and could not respond. Is the same behaviour reproduceable when using wasapicapture?
As far as I understood you correct, you would like to do a IFFT on the fftBufferL and fftBufferR, store the samples in a buffer again and play them?
Any news on that?
You can build something like that quite easy yourself. It would be pretty similar to the PeakMeter class: https://github.com/filoe/cscore/blob/master/CSCore/Streams/PeakMeter.cs In the Read method the samples are getting processed. Pick and...
The CoreAudioApi in the master branch is the windows core audio api: https://msdn.microsoft.com/en-us/library/windows/desktop/dd370802(v=vs.85).aspx It would not be far from supporting net standard and osx. But to be honest, I currently...
What do you mean with a "standard pipe"?