Skip to content
Discussion options

You must be logged in to vote

I think this should be feasible with suitable buffering. You might like to look at this demo which is a player for audio files, notably this section which aims to reduce allocation. In this application buffering is necessary because reading from SD cards is slow. The DMA from the buffer proceeds in the backgound and enables continuous audio output.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@obdevel
Comment options

Comment options

You must be logged in to vote
2 replies
@Flipje1955
Comment options

@peterhinch
Comment options

Answer selected by Flipje1955
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment