在 J2ME 中播放使用 G729 压缩的音频
我想播放用 G729 压缩的音频。如何处理 J2ME 播放器中的代码?
Player p = Manager.createPlayer(url);
p.realize();
我在这里提到 G729 的位置和内容。?请提供示例代码进行任何解释。 我查看了这里也一样。但找不到好的解决方案。
I want to play an audio compressed with G729. How can I handle codes in J2ME player?
Player p = Manager.createPlayer(url);
p.realize();
where and what I put here to mention about G729.? Any explanation with a sample code please.
I looked here as well.but couldn't find a good solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论