C# 音频文件分析 API/库?
Possible Duplicate:
Looking for C# audio analysis libraries
Is there a library or api that allows for analysis of audio (possibly in real time)?
I ask with the eventual goal of creating a visualizer, so I want to see the volume, waveform and frequencies of an audio file.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 Mitov 库 - 我无法让它与 VS2010 一起工作,但它与 VS2008 Express 一起工作正常。它有声音、音频、情节以及各种视频和仪器库。您可以选择音频输入、频谱分析、瀑布显示(声谱图)、波形显示、滤波器等组件。使用非常简单 - 只需从工具箱中拖动组件并选择它们之间的连接即可。音频工具箱适用于单声道或立体声音频流,信号工具箱适用于单个实数流,每种方式都有转换器。应该做你需要的一切。免费供个人使用。
http://mitov.com
贾斯汀
Try the Mitov library - I cant get it to work with VS2010 but it works fine with VS2008 Express. It has Sound, Audio, Plot and various video and instrumentation libraries. You can select components such as audio in, spectrum analysis, waterfall displays (sonagrams), waveform displays, filters etc. etc. etc. Very easy to use - just drag the components from the toolbox and select connections between them. The Audio toolbox works with mono or stereo audio streams and the signal toolbox works with single streams of reals, with converters each way. Should do everything you need. Free for personal use.
http://mitov.com
Justin
您查看过 http://naudio.codeplex.com/ 吗?
Have you checked out http://naudio.codeplex.com/?