Hi @h4yn0nnym0u5e , I'm trying to use the AudioEffectDelayExternal from your dynamic library but I can't make it work. The psram chip I'm using is a APS6404L-3SQR, I've tried these 2 options when declaring the delay object (it enters in a reboot cycle with the first and get stuck with the second):
I'm also using the psram for some arrays with EXTMEM but there's plenty of free memory. The rest of the code is not relevant as at the moment I'm just declaring the delay object.
Do you have any suggestion?
Thanks
Code:
AudioEffectDelayExternal delayExt1(AUDIO_MEMORY_PSRAM64, 1000);
AudioEffectDelayExternal delayExt1(AUDIO_MEMORY_EXTMEM, 1000);
I'm also using the psram for some arrays with EXTMEM but there's plenty of free memory. The rest of the code is not relevant as at the moment I'm just declaring the delay object.
Do you have any suggestion?
Thanks