Does anyone have any clue how to get this (these) libraries compiled under platformio/vscode? #36
-
Was kinda hoping to learn how all this works by live-stepping through the code, which arduino IDE does not seem to permit. Alas, in platformIO, the libraries spew infinite errors when I try to compile any of the demo apps. Has anyone had any success here? |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 9 replies
-
I tried to do some debugging on an ESP32 but my experience was just too painful: I had it working but it was just too slow to be useful. |
Beta Was this translation helpful? Give feedback.
-
Also, I think the link on page https://github.com/pschatzmann/arduino-audio-tools/wiki/Running-an-Audio-Sketch-on-the-Desktop should actually be : |
Beta Was this translation helpful? Give feedback.
-
e@emini:~/arduino-audio-tools/examples/examples-desktop/generator/build$ cmake .. |
Beta Was this translation helpful? Give feedback.
-
I just committed a correction. The examples should compile now. |
Beta Was this translation helpful? Give feedback.
-
Oh. Once cmake blows up the first time, forever shall it blow up in future. I added the missing deps (jack stuff and alsa sutff), then nuked the build directory, recreated it, and make works fine now. Now it blows up unsuccessfully trying to find portaudio.h |
Beta Was this translation helpful? Give feedback.
-
After some cleanup I have it finally working again... |
Beta Was this translation helpful? Give feedback.
-
Yup. Works great. I laugh at the awesome. Thanks! Now I can step-trace ;) |
Beta Was this translation helpful? Give feedback.
-
Just noticed that the initial question was about PlatformIO: You find the relevant information in the Wiki! |
Beta Was this translation helpful? Give feedback.
-
I adjusted the description: The whole thing was much easier when I just supported the AudioKit |
Beta Was this translation helpful? Give feedback.
Just noticed that the initial question was about PlatformIO: You find the relevant information in the Wiki!