Hi Everyone,
Apologies if this has already been dealt with but I could not find anything on it on any search I could think of.
I would like to ask people for advice on how to go about buffering large amounts of audio when using DSP/BIOS ((V)C5515) (say up to 1s of stereo audio @ 48kHz) whilst being able to quickly access any sample within the buffer. A 1 second buffer @48kHz stereo would give 187.5kB of data, and whilst the SARAM is technically large enough to store that much data, i clearly can't just create two arrays of size 48000.
Assuming more buffered audio were necessary, clearly external memory is necessary, but is it with that amount?
Is the only way to go to use the DMA controllers?
Any help or advice would be greatly appreciated as I'm still trying to ascend this learning curve and this forum has been the main source of any learning I have done...