Greetings, I'm working on a project where I've just implemented basic CD functionality. But I've noticed it takes at least 30 seconds to load any given track. I believe this is due to the crate not being able to stream.
CD player backend code is here.
I suppose I'd have to add another crate to read specific LBA ranges/sectors?