snapserver with fft #33
-
i want to use your led fft example with snap, is it possible? could someone show me a brief example to get me along my way? im currently playing with esp32 tasks and putting copier.copy function into it! |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Aug 10, 2024
Replies: 1 comment
-
I don't see why this is not possible: just replace the i2s with the fft as destination. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see why this is not possible: just replace the i2s with the fft as destination.
If you want to send to output to multiple destinations (i2s and fft), use a MultiOutput