#166846 - Echo49 - Fri Feb 20, 2009 11:57 am
Is it possible? I have a fairly slow SD card (using SCSD) and it's tying up my ARM9 :/
I'm reading a raw audio file with sampling rate 22050Hz. I can't read much more than 5000 bytes per read (~4 reads per second) or I miss the vblank and fall a frame behind with my graphics. I can't read too little either because the read itself has a lower limit for speed.
I do know that my graphics engine (2D over 3D) is probably not as efficient as it should be, but if I could just off the load to the ARM7 it'd be really nice.
I'm reading a raw audio file with sampling rate 22050Hz. I can't read much more than 5000 bytes per read (~4 reads per second) or I miss the vblank and fall a frame behind with my graphics. I can't read too little either because the read itself has a lower limit for speed.
I do know that my graphics engine (2D over 3D) is probably not as efficient as it should be, but if I could just off the load to the ARM7 it'd be really nice.