Skip to content

Using MultiOutput from SD to Kit and FFT-LED #1498

Answered by pschatzmann
jaapnoordzij asked this question in Q&A
Discussion options

You must be logged in to vote

In audio it is all about processing time and that you provide the data fast enugh to the output.
Any small delay will disturb the audio, so you can't do a Serial output and listen to the music: Serial is just too slow!

I am afraid, a debugger will not help you you at all in this case.

The best way to deal with this is by measuring, doing some calculations and optimizing the bottleneck or moving them out of the audio output chain and processing the slow activities in a separate task.

Replies: 3 comments 4 replies

Comment options

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

Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@pschatzmann
Comment options

@jaapnoordzij
Comment options

@pschatzmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants