Looking for C# audio analysis libraries [closed]

2019-02-07 13:32发布

Im working on a Software Project where our team needs to record a train horn sound. We have purchased the recorder; its saved as a .wav file. We now need to extract data from the file like frequency and amplitude to create spectrum analysis and decibel level graphs. Any C# libraries out there for this type of thing?

3条回答
姐就是有狂的资本
2楼-- · 2019-02-07 13:58

We're using the Intel Performance Primitives library for this stuff (like FFT). It has a useable C# wrapper, or you can call it with P/Invoke

查看更多
霸刀☆藐视天下
3楼-- · 2019-02-07 14:05

I haven't tried this myself, but exocortex may be of use.

查看更多
我命由我不由天
4楼-- · 2019-02-07 14:12

This CodeProject article has code that can grab amplitude and frequency. Not sure if that covers everything you need.

查看更多
登录 后发表回答