如何将蓝牙音频 A2DP 路由到音频设备 MediaStream 中? (来自电子应用程序)
How to route the Bluetooth audio A2DP into the audio device MediaStream ? (from electron app)
我有一个在 Debian Linux 系统上本地运行的应用程序。
该应用程序使用 Electron 制作并在 Chromium 上运行。
通过这个应用程序,我可以访问很多东西,包括文件、本地安装的程序。
此时我使用应用程序通过网络蓝牙发现蓝牙 API:https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API
我也有本地外置声卡。
我可以使用 mediaDevices 接口看到设备 https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices
有人知道如何将蓝牙音频 A2DP 路由到音频设备 MediaStream 吗?
网络蓝牙支持 GATT 又名 "Bluetooth Low Energy" 又名 "Bluetooth Smart"。 A2DP 是 Web 蓝牙不支持的旧配置文件。
我有一个在 Debian Linux 系统上本地运行的应用程序。 该应用程序使用 Electron 制作并在 Chromium 上运行。
通过这个应用程序,我可以访问很多东西,包括文件、本地安装的程序。
此时我使用应用程序通过网络蓝牙发现蓝牙 API:https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API
我也有本地外置声卡。 我可以使用 mediaDevices 接口看到设备 https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices
有人知道如何将蓝牙音频 A2DP 路由到音频设备 MediaStream 吗?
网络蓝牙支持 GATT 又名 "Bluetooth Low Energy" 又名 "Bluetooth Smart"。 A2DP 是 Web 蓝牙不支持的旧配置文件。