@PaulStoffregen After adjusting the sketch esthetically, I agree with you, the onboard memory on the Teensy 4.0 is decent for an echo effect, in stereo. (psychedelic pingpong is in full effect)
I am not working with humpback whale songs, where I...
To be clear I have only used test code on this thread. The project I am working on has too much code to test this one feature. So I am literally pasting in test sketches indiscriminately. I am using the latest Teensyduino….Am I? I will check...
What then is the relationship between AudioMemory() and AudioEffectDelay()? Does AudioMemory() eat into the max delay time? How do i calculate that?
Thanks
I shouldn't have to ask this but does EXTMEM access the secondary onboard RAM area?
I have experimented with adding RAM chips to the Teensy 4.1 and used static_malloc.h with great success.
But this is for a Teensy 4.0 and I was hoping to get...
Thank you @Paul and @h4yn0nnym0u5e .
I also see some confusion about SPI and hardware. I am using a Rev D board.
Regarding using SPI memory, I'm trying to get more memory than I have on the Teensy 4.0. Max audio delay seems to be like 150ms if...
I can't find a sample program for AudioEffectDelayExternal.
I soldered a chip onto my audio shield and I want to test it.
Specifically how do you initialize it?
In the forum I see the example:
AudioEffectDelayExternal...