是否可以播放来自蓝牙的流声音?

发布于 2024-10-14 23:19:47 字数 66 浏览 3 评论 0原文

是否可以在 J2ME 程序中通过蓝牙连接传输声音,例如从另一部手机上的流媒体服务器或带有蓝牙适配器的 PC 传输声音?

Is it possible in from within a J2ME program to stream sound over a Bluetooth connection, for instance from a streaming server on another phone, or from a PC with a Bluetooth dongle?

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

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

发布评论

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

评论(2

晚风撩人 2024-10-21 23:19:47

几年前,我尝试使用 SPP 输入流和 JSR 135,如 funkybro 的答案中所述。结果(就像大多数使用蓝牙和 J2ME 的结果一样)不一致。有些手机播放声音没有问题。在其他设备上,播放会跳过。而且,在某些手机上,它需要接收完整的声音才能播放。

I tried this a few years ago using an SPP input stream and JSR 135, as described in funkybro's answer. The results (like most results using Bluetooth and J2ME) were inconsistent. Some phones played the sound without issue. On others, the playback skipped. And, on some phones, it needed to receive the entire sound before it would play.

萌能量女王 2024-10-21 23:19:47

是的应该是。

第 1 步是通过蓝牙连接获取 InputStream,最有可能使用类似 SPP

第 2 步,使用 JSR 135 的 Manager.createPlayer()InputStream 泵送到播放器中代码>

华泰

Yeah should be.

Step 1 is to get hold of an InputStream over a Bluetooth connection, most likely using something like SPP.

Step 2, pump that InputStream into a Player using JSR 135's Manager.createPlayer().

HTH

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