|
arduino-audio-tools
|
#include <FastLED.h>#include "AudioTools/CoreAudio/AudioBasic/Collections/Vector.h"#include "AudioTools/AudioLibs/AudioFFT.h"#include "FFTDisplay.h"Go to the source code of this file.
Classes | |
| class | LEDOutput |
| LED output using the FastLED library. More... | |
| struct | LEDOutputConfig |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Functions | |
| void | fftLEDOutput (LEDOutputConfig *cfg, LEDOutput *matrix) |
| Default update implementation which provides the fft result as "barchart". | |
| CHSV | getDefaultColor (int x, int y, int magnitude) |
| Default logic to update the color for the indicated x,y position. | |
| void | volumeLEDOutput (LEDOutputConfig *cfg, LEDOutput *matrix) |
| Default update implementation which provides the fft result as "barchart". | |