FastLED 3.9.15
Loading...
Searching...
No Matches

◆ AudioChannel

enum class fl::audio::AudioChannel
strong
Enumerator
Left 
Right 
Both 

Definition at line 27 of file input.h.

27 {
28 Left = 0,
29 Right = 1,
30 Both = 2, // Two microphones can be used to capture both channels with one
31 // AudioSource.
32};