Replies: 4 comments 4 replies
-
Your link does not work! If you need this functionality, why don't you extend the library and submit your change as a pull request as described here ? You just need to adapt these changes |
Beta Was this translation helpful? Give feedback.
-
I found that the condition for the cover art in the example to run properly is the latest ESP IDF. However, due to the slightly outdated version on Arduino's end, it is currently unavailable. Thank you for your reply. I will try to use it in ESP idf first |
Beta Was this translation helpful? Give feedback.
-
Did you try with Arduino ESP 3.10 RC3 (IDF 5.3.1) ? |
Beta Was this translation helpful? Give feedback.
-
I just found out that Arduino Release v3.1.0 based on ESP-IDF v5.3.2 has been released 2 days ago |
Beta Was this translation helpful? Give feedback.
-
I made a Bluetooth speaker using ESP32 and used this library. It works very well.
However, I have noticed that some devices can obtain cover information through avrcp1.6.
If the cover can be displayed, it would be even cooler
So I searched for relevant information and found similar support on the ESP idf website
https://github.com/espressif/esp-idf/blob/a2f420a36ecf8cd19b443adde1d75e5eaecc6309/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/bt_app_av.c#L473
Just a discussion, is it possible for your library to add this feature? I know there are some features in ESP idf, but not in Arduino.
I don't want to use ESP idf. Your library is great, including other decoding libraries. Thank you
Beta Was this translation helpful? Give feedback.
All reactions