Flutter:有音频分析的软件包吗?

发布于 2025-01-13 06:59:26 字数 143 浏览 1 评论 0原文

现在我需要开发一个应用程序,它可以分析音频并提取其频率和比特率。我开发了选择 mp3m4a 音频并将其放入应用程序的功能。那么有没有 dart 包可以帮助我分析音频并提取频率和比特率?

感谢您的帮助。

Nowadays I need to develop an app, which can analyze an audio and extract its frequency and biterate. I have developed the function that choose a mp3 or m4a audio and put it into the app. So is there any dart package can help me analyze the audio and extract frequency and biterate?

Thanks for your help.

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

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

发布评论

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

评论(1

冰之心 2025-01-20 06:59:26

对于flutter当前来说,这种高级功能包并不多。

我找到了一个用于从 mp3 文件获取比特率、采样率、CRC 检查、持续时间等的包。您可以检查并尝试一下。 MP3 Info

否则你必须在android、ios等平台上编写代码来提取比特率和频率以及将这些代码桥接到 dart/flutter,以便您可以从 flutter 应用程序调用这些代码。

For flutter current this kind of advanced featured package is not much available.

I found a package for getting bitrate, sample rate, CRC check, duration etc. from a mp3 file. You can check and try it out. MP3 Info

Otherwise you have to write code on android, ios and other platforms code for extracting bitrate and frequency and bridge those code to dart/flutter so that you can call those code from your flutter application.

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