AUDIO TOOLS -- Audio Kit V 2.2 MEMORY USAGE error #1429
-
Hello sorry to keep asking questions I am trying to build an Audio Kit example from AUDIO TOOLS which uses FLITE. I have been able to get all previous non FLITE examples working with the audio kit I was under the impression that this V2.2 board is quite similar to the others. however I am getting this error RAM: [= ] 10.0% (used 32724 bytes from 327680 bytes) for dependencies I am using AUDIO TOOLS, AUDIO KIT, FLITE, AND AUDIO DRIVERS (all required I think?) here is the code I added the newest dependencies by hand into the libaries folder. Not sure if there is some libary I could ditch which is making the size larger? `/**
#include "AudioTools.h" AudioBoardStream kit(AudioKitEs8388V1); void button1(bool, int, void*) { flite.say("Button One"); } // Arduino setup auto cfg = kit.defaultConfig(TX_MODE); // Assign pins to methods // example with actions using lambda expression flite.say("Please push a button"); // Arduino Loop THANKS |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
#1336