pschatzmann / arduino-audio-tools

Arduino Audio Tools (a powerful Audio library not only for Arduino)
GNU General Public License v3.0
1.54k stars 237 forks source link

Wrong folder structure #1588

Closed FinianLandes closed 5 months ago

FinianLandes commented 5 months ago

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

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

pschatzmann commented 5 months ago

I am sorry but your error report does not make any sense to me!

You would just need to use separate imports for optional functionality !