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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -