Florian
Florian
Glad to hear that. I ll take a look at the sample.
I'm sorry for coming back to this so late. What should be clarified?
Well, there is actually not that much missing on cscore to run on netcore/netstandard. There is for example the https://github.com/filoe/cscore/tree/netstandard branch which contains a basic version of a netcore compatible...
Your previous version was using the MediaFoundationDecoder as the default MP3 decoder. Now it is using the DmoMp3Decoder since it is more accurate what position and length concerns. I've added...
It is, but bad to hear that buffering did not solve the problem. The problem is that parsing all mp3 frames (not decoding, just searching the for the headers) consumes...
Could you please provide an mp3 file of your nas which works fine with mediafoundationdecoder?
I'm sorry, it seems like this won't be part of CSCore 1.2. But it's still in focus.
Frequency of what? An audio signal usually consists out of multiple signals, with different frequencies, interfering with each other. So there is usually not one "frequency". Also there is no...
FFT splits up the signal in frequency bands. Isn't that what you want?
I'm sorry, currently is just FFT supported. If you want to determine whether there are frequencies > 16kHz, you can still use FFT to calculate it. It has nothing to...