pschatzmann / arduino-audio-tools

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

DPS example does not compile #1522

Closed Aggebitter closed 1 month ago

Aggebitter commented 1 month ago

Problem Description

Arduino IDE 2.30 example: streams_stk_sine_audiokit.ino "...\arduino-audio-tools-0.9.7\src/AudioLibs/AudioSTK.h:8:10: fatal error: StkAll.h: No such file or directory"

Seems that there is missing files for Maximillian examples to: in MaximillianDSP.h missing #include "maximilian.h" #include "libs/maxiClock.h"

am I missing something

// Agge

Device Description

ESP wrower TTGO T-Audio T9 ver 1.5

Sketch

Example sketches

Other Steps to Reproduce

Just did a compile without changes to reproduce the errors

What is your development environment

Arduino 2.30

I have checked existing issues, discussions and online documentation

pschatzmann commented 1 month ago

Sees that you just forgot to install the library

Aggebitter commented 1 month ago

Jupp noticed that and there is no comment on it in the wiki for arduino audiotools or in the example files ;-)