HTML5蓝牙和音频 [英] HTML5 Bluetooth and Audio

查看:784
本文介绍了HTML5蓝牙和音频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HTML 5 提到蓝牙和音频。但蓝牙细节。

HTML 5 mentions Bluetooth and audio. But no details on Bluetooth.

我试图连接到音频流蓝牙设备。

I am trying to connect to a Bluetooth device that streams audio.

反正是有通过蓝牙来捕获音频流的浏览器? HTML + JavaScript的?插件?任何其他技术?

Is there anyway to capture the audio streams via Bluetooth on browser? HTML+Javascript? Plug-ins? Any other technique?

在此先感谢您的帮助。

推荐答案

链接,您已经提到的是规范的旧稿,并且它不包含在HTML5草案的最新版本。

The link that you've referred to is an old draft of the specification, and it's not included in the current version of the HTML5 draft.

HTML5设备API要求指定有关,可以得到的信息接口可用网络接口并没有提供方法来控制它们。

HTML5 Device API Requirements specifies about interfaces that can get the information of the available network interfaces and provides no way to control them.

所以你不能使用HTML5来连接到流音频,蓝牙设备

So you cannot use HTML5 to connect to a Bluetooth device that streams audio.

您也许可以通过编写自己的ActiveX组件(仅在IE浏览器),或者一个Applet来实现这一点。

You might be able to achieve this by writing your own ActiveX Component (works only in IE) or an Applet.

您需要桌面应用程序通过蓝牙连接和流数据。

You'll need desktop application to connect and stream data through Bluetooth.

这篇关于HTML5蓝牙和音频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆