play mp3 from an SD card and read data "simultaneously"

Status
Not open for further replies.
Hello,

I've searched some things now but couldn't find anything. Is it possible to play audio from an SD card with Frank's mp3 player and read data from another file "simultaneously"?
Are there any examples?

Many thanks for your help
 
Hello,

I've searched some things now but couldn't find anything. Is it possible to play audio from an SD card with Frank's mp3 player and read data from another file "simultaneously"?
Are there any examples?

Many thanks for your help

Hi,
I never tried that.
The code uses the SD from an interrupt, so I'd expect problems.
You can try to surround your code by AudioNoInterrupts() [..] AudioInterrupts()n and make sure it computes in less time than an audio block..
 
Status
Not open for further replies.
Back
Top