Send audio to Bluetooth device C #

0

In .Net there is no library to send audio (linking before with the device) by bluetooth? I only see examples to link devices and send files, telegrams etc ... But not to make an audio Stream ...

    
asked by Edulon 14.04.2018 в 10:04
source

1 answer

0

I've usually seen that you work with the 32feet library, but this is NOT possible within the 32feet.net library, you can only set the device to talk to the Microsoft audio service using the method call setService in 32feet.net

This MS service manages the A2DP output to the device. There is no way to directly send audio from the code to the Bluetooth device using this library in C # .

  

You can find the complete A2DP specification in this link

    
answered by 14.04.2018 в 14:45