I'm trying to play back audio from an sd card on the teensy 4.1 and simultaneously write to a display using spi. If I write too much to the display at one time I hear drop outs in the audio stream....
Type: Posts; User: daverlee
I'm trying to play back audio from an sd card on the teensy 4.1 and simultaneously write to a display using spi. If I write too much to the display at one time I hear drop outs in the audio stream....
Just wondering if anyone knows how to fix this. I'm pretty sure it's possible. I'm trying to stream raw audio from the SD card while updating a tft display (st7789) over spi. I've tried using the...