如何使用外部库或Android SDK将MP3转换为wav?

发布于 2024-11-19 04:21:07 字数 402 浏览 2 评论 0原文

我需要使用 java 库或 Android SDK 将 MP3 音频文件转换为 wav 格式。 我尝试过:

  • JMF Java 框架和官方 SOUND 库:在 Android 中不可能编译此库,因为它比 Android 操作系统要求的 Java 编译器旧

  • JLAYER 1.0.1 Java 库代码:它可以工作,但性能很尴尬,音频转换需要 8 分钟文件

  • 用C代码编写的LAME项目:我配置了环境来处理Java和C代码(NDK),但是当我运行代码时,即使没有出现错误,它也不会转换文件

  • 用 C 代码编写的 GStreamer 项目:尚不清楚如何在 Android 上使用此库,有完整的示例吗?

让我知道是否还有其他解决方案

I need to convert an MP3 audio file in wav format using java libraries or Android SDK.
I tried:

  • JMF Java frameworks and official SOUND library: it is not possible in Android to compile this library because it is older than the Java compiler requested by the Android operating system

  • JLAYER 1.0.1 Java library code: it works but the performance is embarrassing, 8 minutes for the conversion of audio files

  • LAME Project written in C code: I configured the environment to handle Both Java and C code (NDK), but when I run the code It does not convert the files even if you do not get errors

  • GStreamer Project written in C code: It Is not clear how to use this library with Android, Is there any complete example?

Let me know if there are other solutions

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文