Cannot get basic example up and running on ESP32-A1S Board #2140
-
With the risk of exposing myself for not reading the documentation thoroughly. I'm running into this error on the ESP32-A1S Board that seems to be what the original Audiokit was built on. I am attempting to run the streams_generator_i2s.ino. I've commented line 354 out and was able to compile but not generate and audio. In file included from /Users/josh/Documents/Arduino/libraries/audio-tools/src/AudioTools/CoreAudio/AudioI2S/I2SStream.h:10, Compilation error: exit status 1 Am I supposed to set some settings up or select the correct board? I believe this is AudioDriverES8388 although I'm not sure if it is. There seems to be no documentation on this board out there. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The actual version of I2SESP32V1.h has the following: ![]() So I can't reproduce your issue.... For sure you won't get any audio with this sketch! Please read this Wiki and use the examples from the examples-audiokit directory! |
Beta Was this translation helpful? Give feedback.
The actual version of I2SESP32V1.h has the following:
So I can't reproduce your issue....
For sure you won't get any audio with this sketch! Please read this Wiki and use the examples from the examples-audiokit directory!