Closed nemoscaos closed 4 months ago
I assume you upgraded the core w/o upgrading the A2DP library. Please read the Readme first about the new API!
I updated the libraries and launched the 32 bit receiver but the functions #include "AudioTools.h"
where am I ? they are not there in the link indicated Thank you
I don't understand: what are you trying to do ? The AudioBoardStream class is part of the AudioTools and requires the audio-driver project. Both are however only relevant if you have a configurable codec...
I'm just trying to make bluetooth work on my Esp32 wrover, the old program doesn't work anymore and the new libraries don't compile because they're missing these drivers
You must be doing something wrong! What is your audio hardware ? What example did you compile ?
The audiokit example makes only sense if you have an AudioKit!
I use esp32 wroover first I compiled the bt_music_receiver_32bit_ext example and it worked without problems, now I was trying bt_music_receiver_32bits which seems the same to me but it doesn't find the libraries: "AudioTools.h" and "AudioLibs/AudioBoardStream.h", if I search for them manually I can't find them are in Arduino audio drivers??
Remove the include to AudioLibs/AudioBoardStream.h: this is not needed!
HI I saw that you updated the library, I remapped the pins, solved the space problem but I saw that the command a2dp_sink.i2s_mclk_pin_select has become obsolete, how do I generate an MCLK?
thank you
It is defined along the other pins e.g. config.pin_mck = 0;
Don't forget to select a proper partition scheme...
Problem Description
the program worked correctly then it started to fail the compilation I tried on two different computers but the error is the same maybe there are new updates that create problems for the library??
Device Description
Esp32 Wroover
Sketch
Other Steps to Reproduce
No response
Provide your Version of the EP32 Arduino Core (or the IDF Version)
Arduino IDE 2.3.2
I have checked existing issues, discussions and online documentation