以编程方式将录制的音频转换为 mp3?

发布于 2024-12-01 09:01:50 字数 94 浏览 1 评论 0原文

我需要在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 技术交流群。

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

发布评论

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

评论(2

疑心病 2024-12-08 09:01:50

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.

箜明 2024-12-08 09:01:50

如果您接受非跨平台的解决方案,您可以尝试 LAME

Runtime.exec("lame ...");

If you accept a solution which is not cross platform, you can try LAME.

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