AAC Encoding on the AudioKit
For quite some time I was wondering why my arduino-fdk-aac library was using so much memory for the encoding of AAC files. Now that I have an AudioKit working with the debugger it was easier to analyze the situation and – oh boy – I found quite some errors. So I decided to address the issues and published a new corrected release. Arduino Sketch Here is a quick Arduino Sketch which demonstrates how to use Read more…