以编程方式将录制的音频转换为 mp3?
我需要在java服务器端将任何录制的音频文件转换为mp3。请在这方面帮助我,长期以来我对此深感震惊。如果有人知道解决方案,请告诉我。非常感谢您的帮助。
特贾。
I need to convert any recorded audio file to mp3 in java server side. Please help me on this regard I am very much struck on this from long time. If anyone knows the solution please let me know. Your help is highly appreciated.
Teja.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Xuggler 应该可以解决这个问题 - 它可以让您将所有类型的音频从一种格式转换为另一种格式,而不仅仅是mp3,并且是跨平台的。
Xuggler should do the trick here - it'll let you convert all types of audio from one format to another, not just mp3, and is cross platform.
如果您接受非跨平台的解决方案,您可以尝试 LAME。
If you accept a solution which is not cross platform, you can try LAME.