如何在 J2ME 中捕获 MP3?
我能够通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能取决于相关平台,您必须检查要支持的不同设备实现。
It will likely depend on the platform in question, you would have to check the different device implementations you want to support.
罗里,你什么意思?
我真的是在要求 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.