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

◆ channel_position

int8 fl::third_party::vorbis::channel_position[7][6]
static
Initial value:
=
{
{ 0 },
{ C },
{ L, R },
{ L, C, R },
{ L, R, L, R },
{ L, C, R, L, R },
{ L, C, R, L, R, C },
}
static constexpr int8_t L
static constexpr int8_t C
static constexpr int8_t R

Definition at line 4902 of file stb_vorbis.cpp.hpp.

4903{
4904 { 0 },
4905 { C },
4906 { L, R },
4907 { L, C, R },
4908 { L, R, L, R },
4909 { L, C, R, L, R },
4910 { L, C, R, L, R, C },
4911};

Referenced by compute_samples(), and compute_stereo_samples().