There seems to be issues with your folder structure so the code wont compile
eg. a header in audio tools including anotherone with #include "AudioTools/other_header.h" instead of just #include "other_header.h" as we are already inside of audio tools
The same is true for files outside of a directory there we need to include #include "AudioBasic/some_header.h" with the #include "..\AudioBasic/some_header.h" when in another directory which is deeper inside
Device Description
ESP32Wroom
Sketch
Compiling just the library with an instance of the main class inside of the arduino ide should be enough
Other Steps to Reproduce
No response
What is your development environment
No response
I have checked existing issues, discussions and online documentation
[X] I confirm I have checked existing issues, discussions and online documentation
Problem Description
There seems to be issues with your folder structure so the code wont compile eg. a header in audio tools including anotherone with #include "AudioTools/other_header.h" instead of just #include "other_header.h" as we are already inside of audio tools The same is true for files outside of a directory there we need to include #include "AudioBasic/some_header.h" with the #include "..\AudioBasic/some_header.h" when in another directory which is deeper inside
Device Description
ESP32Wroom
Sketch
Other Steps to Reproduce
No response
What is your development environment
No response
I have checked existing issues, discussions and online documentation