Teensy 4.1 delay times

greyman

Member
Simple question, what is the maximum audio delay time you can reasonably expect from a teensy 4.1 with the Delay effect & using internal memory?
And how many audio blocks would you need to allocate for that?
I've seen plenty of specs for the 3.2 but not for the 4.1!
 
Please note I made an error initially - 229376 is the memory in bytes, not blocks: I edited my post accordingly. Also, it looks as if you can allocate more than that and the memory will be used, but the audio library will only make use of the first 896 blocks, the rest will be wasted.
 
Please note I made an error initially - 229376 is the memory in bytes, not blocks: I edited my post accordingly. Also, it looks as if you can allocate more than that and the memory will be used, but the audio library will only deal with the first 1792 blocks, the rest will be wasted.

yeah I just figured that out, so divided the memory by 128 :)

Cheers for the quick amendment :)
 
Back
Top