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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 15:15:42  来源:igfitidea点击:

Calculating frequencies from .mp3 or .wav files?

javaaudiosignal-processingfftpitch-tracking

提问by Michael Robinson

I'm trying to do some note recognition on mp3or wavfiles.

我正在尝试对mp3wav文件进行一些笔记识别。

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