java 从 .mp3 或 .wav 文件计算频率?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6297432/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Calculating frequencies from .mp3 or .wav files?
提问by Michael Robinson
I'm trying to do some note recognition on mp3
or wav
files.
我正在尝试对mp3
或wav
文件进行一些笔记识别。
The problem is: How do I use the FFT on the files?
问题是:如何对文件使用 FFT?
I prefer Java solutions, but I'm up for suggestions.
我更喜欢 Java 解决方案,但我愿意提供建议。
回答by Michael Robinson
Spectrum Analysis using Java, Sampling Frequency, Folding Frequency, and the FFT Algorithm http://www.developer.com/java/other/article.php/3380031
使用 Java、采样频率、折叠频率和 FFT 算法进行频谱分析http://www.developer.com/java/other/article.php/3380031
回答by Peter K.
Some example links are:
一些示例链接是: