I've also try to set the interpolation off, it does not affect too much the CPU usage...and sounds worse
pitching down the samples has a small impact in the CPU, looks like the issue comes when pitching the samples...
Hi Frank, thanks for the input but when using the original flash raw player the AudioProcessorUsageMax() was like 31% and with the resampled version is 102%
also, that 31% isn't only about the 8 flash players, there...
Hi there,
I've adapted the ResamplingSdReader from @Moo to the serial flash raw player,
it works but with 8 players running I'm getting very high values when measuring the CPU with AudioProcessorUsageMax(), using...
Thanks a lot for the answers,
so not actually but could be done.
That will allow some really long delays and looper function, which is pretty attractive feature.
Hi, would it be possible to use an ESP-PSRAM64H Chip with Teensy 4 and AudioEffectDelayExternal?
In the audio design GUI I see 23LC1024 and CY15B104 FRAM chips mentioned.
Thanks
Thanks but the names part is not the problem, as I explain in the OP (maybe not clear enough)
what I need to figure out is how to make an array of pointers for the variables to be saved and loaded from the memory...
Hi there, I'm using this code to save and load files from the microSD card, but instead of repeating this 33 times (one for each variable I need to save) would like to do in a loop, using an array
Save: String file =...
@KurtE I've try that too, without success.
For the record, I finally solved this by using the VID and DID instead of the USB names, and did it with a simplified version of the USBDeviceInfo class from the HIDDeviceInfo...