FastLED 3.9.15
Loading...
Searching...
No Matches
audio_manager.h
Go to the documentation of this file.
1#pragma once
2
4#include "fl/audio/input.h"
5#include "fl/stl/shared_ptr.h"
6#include "fl/stl/noexcept.h"
7
8namespace fl {
9
10class UIAudio; // forward declaration
11
12namespace audio {
13
32
33} // namespace audio
34} // namespace fl
shared_ptr< Processor > add(const Config &config) FL_NOEXCEPT
static AudioManager & instance() FL_NOEXCEPT
void remove(shared_ptr< Processor > processor) FL_NOEXCEPT
shared_ptr< Processor > & processor() FL_NOEXCEPT
AudioManager() FL_NOEXCEPT=default
Base definition for an LED controller.
Definition crgb.hpp:179
#define FL_NOEXCEPT