Android 中音频文件的 FFT

发布于 2024-12-15 06:31:56 字数 96 浏览 2 评论 0原文

我一直在寻找音频文件上的快速傅里叶变换,但我无法获得正确的一个reg。我想做的就是输入一个音频文件并对其进行FFT并返回结果。如果有任何可以满足我的目的的链接都会很有帮助。谢谢。

I have been searching for Fast Fourier Transform on a audio file but i couldn't get a proper one reg this.All i want to do is to input a audio file and do a FFT on it and give back the result.If there are any links which could serve my purpose will be much helpful.Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

负佳期 2024-12-22 06:31:56

http://www.fftw.org/ 是一个用于 FFT 的 C 库。您必须使用 NDK 来连接它。

有用于开源项目的 gpl 版本和用于专有项目的付费版本。

http://www.fftw.org/ is a C library for FFT. You'd have to use the NDK to hook into it.

There are a gpl version for open source projects and a pay version for proprietary projects.

俏︾媚 2024-12-22 06:31:56

我知道有些人在 Android 上使用过 Kissfft。它比 fftw 小并且是 bsd 许可的(商业友好)

I know some folks have used kissfft on Android. It is smaller than fftw and is bsd licensed (commercial friendly)

残龙傲雪 2024-12-22 06:31:56

这是一个简单的任务,您可以使用 jTransform 或 Badlogic 的 libgdx.fft。
Libgdx.fft 基于 Mark Borgerding 提到的 KissFFT 本机库。

看看这个博客,它展示了 fft 与 Android 中 libgdx 的基本用法< /a> 具有实值浮点数组。

This is a simple task, you can use either jTransform or Badlogic's libgdx.fft.
Libgdx.fft is based off the KissFFT native libraries Mark Borgerding mentioned.

Have a look at this blog which shows the basic use of fft with libgdx in Android with a real valued float array.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文