adafruit / nofrendo_arcada

NES emulator in Arduino that runs on SAMD51 at full speed w/audio
https://learn.adafruit.com/nes-emulator-for-arcada
57 stars 12 forks source link

Audio.h & AudioStream.h #7

Closed kd8bxp closed 4 years ago

kd8bxp commented 4 years ago

I tried to follow the tutorial on the adafruit website https://learn.adafruit.com/nes-emulator-for-arcada/overview And I think I have all the Arcada libraries installed, but I'm getting a compile error Audio.h No such file or directory, I believe I will also get a compile error for AudioStream.h Arduino IDE 1.8.10 LinuxMint 19.3 Adafruit Edge Badge (using Adafruit pyBadge M4 Express SAMD51) The UF2 file works, so I figure I'm just missing those libraries - where do I find them? Thanks.

sphereinabox commented 4 years ago

At the bottom of https://learn.adafruit.com/adafruit-pybadge/arcada-libraries the page describes how to download and install the Adafruit fork of the teensy Audio library. That's probably the one you're missing.

kd8bxp commented 4 years ago

Sorry, I missed it the 1st time around, thanks for pointing it out. that was it, it compiles. Thanks