Skip to content

Easy as BluetoothA2DPSink a2dp_sink; #272

Answered by pschatzmann
MichaelPNolan asked this question in Q&A
Discussion options

You must be logged in to vote

I am not sure what you mean with 2 things can co-exist and it really depends on what you want to do.

Please note that A2DP is using up quite some RAM and some users where not able to implement TTS with their specific framework, though I managed to have it working with Tensorflow Light.

If you want to do some additional I2S output, it is better to switch off the automatic management by this library and take control yourself.

You can easily start/stop with the help of the set_connected (bool active) method, if you want to disconnect or by calling stop() or play() if you want to temporarily halt the output via AVRCP.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MichaelPNolan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants