C#中的频率分析器 [英] Frequency Analyzer in C#

查看:32
本文介绍了C#中的频率分析器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个 C# 源代码,它对 WAV 文件执行频率分析并将结果显示在图表中,类似于在 WavePad 等应用程序中显示的结果.你知道我在哪里可以找到这样的代码吗?

I'm looking for a C# source code that performs a frequency analysis on a WAV file and displays the results in a graph, similar to the one displayed in apps like WavePad. Do you know where I can find such a code?

谢谢!

推荐答案

目前处于非常实验性的状态,但是如果您查看 NAudio,它对传入的麦克风数据或您播放的声音文件执行 FFT,并将其绘制在波形下.

It's in a very experimental state at the moment, but if you have a look at the WPFDemo project in NAudio, it performs an FFT on the incoming microphone data or sound file you play and plots it under the wave-form.

这篇关于C#中的频率分析器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆