Recent content by GabePlaysDrums

  1. G

    Does AudioMemory() support more than 192 blocks?

    Aha! Looks like I have an old version of Teensyduino installed. Looks like this was fixed in Version 1.38 according to the release notes: https://www.pjrc.com/teensy/td_download.html
  2. G

    Does AudioMemory() support more than 192 blocks?

    Another note: I noticed that all of the samples use smaller pool sizes. Part_2_06_Feedback_Delay.ino is the largest at 160 blocks.
  3. G

    Does AudioMemory() support more than 192 blocks?

    I was looking at the source code for the Audio Library's pooled memory allocator in AudioStream.cpp, and I noticed that the number of blocks is clamped to 192. I have a couple of questions about how things work: 1. Can I have a pool larger than 192 blocks, or will the allocator only use the...
Back
Top