HTML5 Bluetooth and Audio

后端 未结 2 1597
谎友^
谎友^ 2020-12-16 02:18

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

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

Is there anyway to capture

2条回答
  •  悲哀的现实
    2020-12-16 03:04

    Desktop versions of Google Chrome now have a Chrome Bluetooth API, so it is now possible to connect to Bluetooth devices from a web page using Google Chrome: https://developer.chrome.com/apps/bluetooth

    There is also a web API for Bluetooth, at https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API, however only chrome uses it, and is non-standard.

提交回复
热议问题