If you’re doing any work on the Teensy 4.1 I’d suggest using USBHost_T36
There, you can control chunk size. On most USB storage devices we tested recently (SD card reader, Flash drive etc) reading and writing data in 32k chunks had the fastest...
The USB Host shield you're using is only capable of USB 1.1, not USB 2. That's fine for using it to control the CD drive to play audio (since the audio data doesn't travel over USB) but for actually reading data discs or extracting CD audio it...
Hi folks,
I’m new here and recently got back into working on my hobby projects. I decided to build an audio CD player using the hardware I already have.
Here’s what I’ve already have:
Atmega2560
VS1053b audio decoder module
A cheap yellow...