如何使用外部库或Android SDK将MP3转换为wav?
我需要使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论