arduino-libraries / AudioZero

Allows playing audio files from an SD card. For Arduino Zero and MKR1000 only.
12 stars 31 forks source link

Non blocking #1

Open AloyseTech opened 8 years ago

AloyseTech commented 8 years ago

Hi,

do you plan to release a non blocking version? I've tried to do it here, but it's not working very well.

Thanks

agdl commented 8 years ago

Hi, the best way to do it non-blocking is to base it on a DMA driven interrupt. This require enough effort and now it is non planned I'm sorry