Are the audiotools libraries really supported for ESP32 S3 ? #561
-
That the question i am posing, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
You might have overlooked this documentation |
Beta Was this translation helpful? Give feedback.
-
You are right for the bluetooth,but for the simple test-index-sd i have these errors: //--------------------------------------------- //---------------------------------------------------- void setup() { SPI.begin(39,38,40,41); } void loop() { By the way,happy new year :) |
Beta Was this translation helpful? Give feedback.
-
I believe it,it works perfect now with SD, |
Beta Was this translation helpful? Give feedback.
-
I would like to list only directories,not their mp3 files,but i can't find the protocole to do this, |
Beta Was this translation helpful? Give feedback.
-
This is definitely not in the scope of this library, so you will need to implement this yourself using the standard SD API. |
Beta Was this translation helpful? Give feedback.
-
I'm searching a lot on the web,what i would like to do is:
On the net, the examples are very basic ,same for the mp3 players,the examples only play from the root |
Beta Was this translation helpful? Give feedback.
You might have overlooked this documentation
I tried to compile a sketch which was using the player with I2S and the SD library and did not get any errors...