ESP32 Audiokit SD to Audiokit Sound Effect Board/pad using setFileFilter() #275
-
Hello again, I'm still working with the ESP32 Audiokit SD-audiokit example. I'm confused about how the code is detecting mp3 files on the SD. I have all my mp3 files in a folder called Music, so I have my SetFilePath= "/Music/" void setup() { //pinMode (PushButton1, INPUT); // setup output // setup additional buttons // setup player void loop() { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you need some ordered files you can implement your own AudioSource subclass or use the AudioSourceCallback class and provide the necessary callbacks. This way you can also handle your conditions in a better way... |
Beta Was this translation helpful? Give feedback.
If you need some ordered files you can implement your own AudioSource subclass or use the AudioSourceCallback class and provide the necessary callbacks. This way you can also handle your conditions in a better way...