如何在 J2ME 中捕获 MP3?

发布于 2024-07-12 09:46:47 字数 94 浏览 3 评论 0原文

我能够通过 Manager.createPlayer("capture://audio") 捕获 WAV 格式的音频。 但是,有没有办法在J2ME中捕获MP3格式的音频呢?

I was able to capture audio in the WAV format through Manager.createPlayer("capture://audio"). However, is there a way to capture audio in the MP3 format in J2ME?

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

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

发布评论

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

评论(2

长伴 2024-07-19 09:46:47

这可能取决于相关平台,您必须检查要支持的不同设备实现。

It will likely depend on the platform in question, you would have to check the different device implementations you want to support.

方觉久 2024-07-19 09:46:47

罗里,你什么意思?
我真的是在要求 createPlayer(String s) 方法的字符串。 J2ME自动录制到WAV文件,但我想知道是否可以请求它录制到MP3。 当然,如果 MP3 参数不起作用,则会抛出 MediaException。 如果我似乎没有抓住您的回复的重点,请原谅我。

Rory, what do you mean?
I was really asking for the String for the createPlayer(String s) method. J2ME automatically records to a WAV file, but I was wondering if I could request it to record to MP3. Of course if that MP3 argument did not work, a MediaException would be thrown. Please forgive me if it seems that I am missing the point of your response.

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