web applications - How to route the Bluetooth audio A2DP into the audio device MediaStream ? (from electron app) -
i have app runs locally on debian linux system. app made electron , runs on chromium.
from app, have access many things, including files, locally installed programs.
at point use app make bluetooth discovery web-bluetooth api: https://developer.mozilla.org/en-us/docs/web/api/web_bluetooth_api
i have local external audio card. can see devices using mediadevices interface https://developer.mozilla.org/en-us/docs/web/api/mediadevices
does know how route bluetooth audio a2dp audio device mediastream ?
web bluetooth supports gatt aka "bluetooth low energy" aka "bluetooth smart". a2dp legacy profile not supported in web bluetooth.
Comments
Post a Comment