在 Linux Arm 设备上使用 JVM 实现 JSR135
我正在将 JVM 移植到我的 Linux Arm 机顶盒。我已经为其成功构建了 phoneME Advance,并且可以很好地运行 midlet 游戏。但它无法播放声音,所以我想也许需要JSR135。
有人有如何实现JSR135并将其移植到phoneME的经验吗?
没有JSR135可以播放声音吗?
I'm porting a JVM to my linux arm set-top box. I've already built the phoneME Advance successfully for it and can run a midlet game well. But it couldn't play sound, so I think maybe JSR135 is needed.
Does anyone have the experience on how to implement and port the JSR135 to a phoneME ?
Is it possible to play sound without the JSR135 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如,可以使用 MIDP 媒体包,包含 JSR 135(也称为 ABB,音频构建块)- 如果播放功能保持在指定子集的范围内。
It is possible eg with MIDP media package that includes subset of JSR 135 (also known as ABB, Audio Building Block) - if the playback features stay within bounds of specified subset.