impression
Member
I think there was a similar thread a while ago.
Basically, I'm having an issue where streaming samples from the internal Teensy 4.1 SD card reader causes audio stuttering or other glitches as soon as there are updates on my SPI display.
So far I've been able to minimize it by only updating the areas of the display that actually need to change. But as my project grows, I'm getting a bit concerned because I'll have to update quite a few different areas on the display. Right now I'm basically just streaming a single 700 KB sample, and it already seems to be close to its limit.
Does anyone have any suggestions on how to deal with this? I'm using a 64 GB Samsung Pro SD card. I heard a 32 GB card might perform better, but I'm not sure if that would actually solve the problem. Is there anything else I can do?
Basically, I'm having an issue where streaming samples from the internal Teensy 4.1 SD card reader causes audio stuttering or other glitches as soon as there are updates on my SPI display.
So far I've been able to minimize it by only updating the areas of the display that actually need to change. But as my project grows, I'm getting a bit concerned because I'll have to update quite a few different areas on the display. Right now I'm basically just streaming a single 700 KB sample, and it already seems to be close to its limit.
Does anyone have any suggestions on how to deal with this? I'm using a 64 GB Samsung Pro SD card. I heard a 32 GB card might perform better, but I'm not sure if that would actually solve the problem. Is there anything else I can do?